Bump release, now version 1.6.6 v1.6.6
authorChristian Herdtweck <christian.herdtweck@intra2net.com>
Fri, 10 Sep 2021 12:02:08 +0000 (14:02 +0200)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Fri, 10 Sep 2021 12:02:08 +0000 (14:02 +0200)
pyi2ncommon.spec
setup.py

index 6f44dbd..a8ef269 100644 (file)
@@ -1,5 +1,5 @@
 Name:           pyi2ncommon
-Version:        1.6.5
+Version:        1.6.6
 # note: keep version in sync with setup.py
 Release:        1%{?dist}
 Summary:        Intra2net library of common helper utilities
index cd5b1fc..885bac5 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@
 from distutils.core import setup
 
 setup(name='pyi2ncommon',
-      version='1.6.5',       # keep in sync with spec file
+      version='1.6.6',       # 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 '