Version 1.6.7 v1.6.7
authorChristian Herdtweck <christian.herdtweck@intra2net.com>
Wed, 10 Nov 2021 09:31:53 +0000 (10:31 +0100)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Wed, 10 Nov 2021 09:31:53 +0000 (10:31 +0100)
pyi2ncommon.spec
setup.py

index a8ef269..a1cb58b 100644 (file)
@@ -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
index 885bac5..6fca91c 100644 (file)
--- 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 '