Increase version to 1.7.0 v1.7.0
authorChristian Herdtweck <christian.herdtweck@intra2net.com>
Mon, 4 Apr 2022 12:50:49 +0000 (14:50 +0200)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Tue, 5 Apr 2022 07:20:52 +0000 (09:20 +0200)
doc/conf.py
pyi2ncommon.spec
setup.py

index ec74d6f..0c3b0b2 100644 (file)
@@ -63,9 +63,9 @@ author = 'Intra2net AG'
 # built documents.
 #
 # The short X.Y version.
-version = '1.6'
+version = '1.7'
 # The full version, including alpha/beta/rc tags.
-release = '7'
+release = '0'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
index a1cb58b..a984c7d 100644 (file)
@@ -1,5 +1,5 @@
 Name:           pyi2ncommon
-Version:        1.6.7
+Version:        1.7.0
 # note: keep version in sync with setup.py
 Release:        1%{?dist}
 Summary:        Intra2net library of common helper utilities
index a9eeae9..01966be 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@
 from distutils.core import setup
 
 setup(name='pyi2ncommon',
-      version='1.6.7',       # keep in sync with spec file
+      version='1.7.0',  # keep in sync with spec file and doc/conf.py
       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 '