Increase version to 1.7.4 master v1.7.4
authorChristian Herdtweck <christian.herdtweck@intra2net.com>
Tue, 1 Jul 2025 13:46:50 +0000 (15:46 +0200)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Thu, 3 Jul 2025 08:38:30 +0000 (10:38 +0200)
doc/conf.py
pyi2ncommon.spec
setup.py

index 5534245..63b70a0 100644 (file)
@@ -63,7 +63,7 @@ author = 'Intra2net AG'
 # built documents.
 #
 # The short X.Y version.
-version = '1.7.3'
+version = '1.7.4'
 # The full version, including alpha/beta/rc tags.
 release = ''
 
index cfb7fe2..d199d19 100644 (file)
@@ -1,5 +1,5 @@
 Name:           pyi2ncommon
-Version:        1.7.3
+Version:        1.7.4
 # note: keep version in sync with setup.py
 Release:        1%{?dist}
 Summary:        Intra2net library of common helper utilities
index a79cbc7..ab6c1c5 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@
 from distutils.core import setup
 
 setup(name='pyi2ncommon',
-      version='1.7.3',  # keep in sync with spec file and doc/conf.py
+      version='1.7.4',  # 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 '