From: Christian Herdtweck Date: Wed, 10 Nov 2021 09:31:53 +0000 (+0100) Subject: Version 1.6.7 X-Git-Tag: v1.6.7^0 X-Git-Url: http://developer.intra2net.com/git/?p=pyi2ncommon;a=commitdiff_plain;h=6a0efac09e97377947d83855775a1618439433d1 Version 1.6.7 --- diff --git a/pyi2ncommon.spec b/pyi2ncommon.spec index a8ef269..a1cb58b 100644 --- a/pyi2ncommon.spec +++ b/pyi2ncommon.spec @@ -1,5 +1,5 @@ Name: pyi2ncommon -Version: 1.6.6 +Version: 1.6.7 # note: keep version in sync with setup.py Release: 1%{?dist} Summary: Intra2net library of common helper utilities diff --git a/setup.py b/setup.py index 885bac5..6fca91c 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ from distutils.core import setup setup(name='pyi2ncommon', - version='1.6.6', # keep in sync with spec file + version='1.6.7', # keep in sync with spec file description='Intra2net library of common python helper utilities', long_description='Helper modules for Intra2net python code that are ' 'used in several places and/or are of '