From 4a8e1f27409b8975d18a0114de04ea37a6f3e87d Mon Sep 17 00:00:00 2001 From: Christian Herdtweck Date: Fri, 10 Sep 2021 14:02:08 +0200 Subject: [PATCH] Bump release, now version 1.6.6 --- pyi2ncommon.spec | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyi2ncommon.spec b/pyi2ncommon.spec index 6f44dbd..a8ef269 100644 --- a/pyi2ncommon.spec +++ b/pyi2ncommon.spec @@ -1,5 +1,5 @@ Name: pyi2ncommon -Version: 1.6.5 +Version: 1.6.6 # 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 cd5b1fc..885bac5 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ from distutils.core import setup setup(name='pyi2ncommon', - version='1.6.5', # keep in sync with spec file + version='1.6.6', # keep in sync with spec file 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