From: Christian Herdtweck Date: Fri, 30 Jun 2023 14:36:36 +0000 (+0200) Subject: Increase version to 1.7.2 X-Git-Tag: v1.7.2^0 X-Git-Url: http://developer.intra2net.com/git/?p=pyi2ncommon;a=commitdiff_plain;h=3e8836f4b73094263bd3a8589c156115efa9bbe6 Increase version to 1.7.2 --- diff --git a/doc/conf.py b/doc/conf.py index 63b8990..a78d10e 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.1' +version = '1.7.2' # The full version, including alpha/beta/rc tags. release = '' diff --git a/pyi2ncommon.spec b/pyi2ncommon.spec index bf54eb2..bb06f88 100644 --- a/pyi2ncommon.spec +++ b/pyi2ncommon.spec @@ -1,5 +1,5 @@ Name: pyi2ncommon -Version: 1.7.1 +Version: 1.7.2 # 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 c993fd0..d94bd16 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ from distutils.core import setup setup(name='pyi2ncommon', - version='1.7.1', # keep in sync with spec file and doc/conf.py + version='1.7.2', # 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 '