From: Christian Herdtweck Date: Tue, 3 Mar 2026 14:36:35 +0000 (+0100) Subject: Increase version to 1.7.5 X-Git-Tag: v1.7.5^0 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=pyi2ncommon Increase version to 1.7.5 --- diff --git a/doc/conf.py b/doc/conf.py index 63b70a0..c2f0fb1 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -63,7 +63,7 @@ author = 'Intra2net AG' # built documents. # # The short X.Y version. -version = '1.7.4' +version = '1.7.5' # The full version, including alpha/beta/rc tags. release = '' diff --git a/pyi2ncommon.spec b/pyi2ncommon.spec index d199d19..bbce032 100644 --- a/pyi2ncommon.spec +++ b/pyi2ncommon.spec @@ -1,5 +1,5 @@ Name: pyi2ncommon -Version: 1.7.4 +Version: 1.7.5 # 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 ab6c1c5..45a2ed9 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ from distutils.core import setup setup(name='pyi2ncommon', - version='1.7.4', # keep in sync with spec file and doc/conf.py + version='1.7.5', # 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 '