From 71cd22f0c46c476241d9f1c9d716029e4e83a478 Mon Sep 17 00:00:00 2001 From: Christian Herdtweck Date: Wed, 18 May 2022 13:53:50 +0200 Subject: [PATCH] Increase version to 1.7.1 --- doc/conf.py | 4 ++-- pyi2ncommon.spec | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 0c3b0b2..63b8990 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -63,9 +63,9 @@ author = 'Intra2net AG' # built documents. # # The short X.Y version. -version = '1.7' +version = '1.7.1' # The full version, including alpha/beta/rc tags. -release = '0' +release = '' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pyi2ncommon.spec b/pyi2ncommon.spec index f6a2ce3..bf54eb2 100644 --- a/pyi2ncommon.spec +++ b/pyi2ncommon.spec @@ -1,5 +1,5 @@ Name: pyi2ncommon -Version: 1.7.0 +Version: 1.7.1 # 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 44a68f5..c993fd0 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ from distutils.core import setup setup(name='pyi2ncommon', - version='1.7.0', # keep in sync with spec file and doc/conf.py + version='1.7.1', # 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 ' -- 1.7.1