From 35c23ab087c5eeaff928e3cf3aa849f097253596 Mon Sep 17 00:00:00 2001 From: Jim Easterbrook Date: Tue, 2 Jan 2024 14:28:33 +0000 Subject: [PATCH] Increment version number --- CHANGELOG.txt | 3 +++ README.rst | 2 +- src/swig-0_27_0/__init__.py | 4 ++-- src/swig-0_27_4/__init__.py | 4 ++-- src/swig-0_28_0/__init__.py | 4 ++-- 5 files changed, 10 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 8c8fc9cd..8adba329 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -16,6 +16,9 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . +Changes in v0.16.1: + 1/ Binary wheels incorporate libexiv2 v0.27.7. + Changes in v0.16.0: 1/ Binary wheels incorporate libexiv2 v0.28.1. 2/ Include native language support in Windows binary wheel builds. diff --git a/README.rst b/README.rst index bc94fa94..6caea456 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -python-exiv2 v\ 0.16.0 +python-exiv2 v\ 0.16.1 ====================== python-exiv2 is a low level interface (or binding) to the exiv2_ C++ library. diff --git a/src/swig-0_27_0/__init__.py b/src/swig-0_27_0/__init__.py index a4601baa..034ee6a2 100644 --- a/src/swig-0_27_0/__init__.py +++ b/src/swig-0_27_0/__init__.py @@ -31,8 +31,8 @@ def __getattr__(name): from exiv2.types import _set_locale_dir _set_locale_dir(_dir) -__version__ = "0.16.0" -__version_tuple__ = tuple((0, 16, 0)) +__version__ = "0.16.1" +__version_tuple__ = tuple((0, 16, 1)) from exiv2.basicio import * from exiv2.datasets import * diff --git a/src/swig-0_27_4/__init__.py b/src/swig-0_27_4/__init__.py index a4601baa..034ee6a2 100644 --- a/src/swig-0_27_4/__init__.py +++ b/src/swig-0_27_4/__init__.py @@ -31,8 +31,8 @@ def __getattr__(name): from exiv2.types import _set_locale_dir _set_locale_dir(_dir) -__version__ = "0.16.0" -__version_tuple__ = tuple((0, 16, 0)) +__version__ = "0.16.1" +__version_tuple__ = tuple((0, 16, 1)) from exiv2.basicio import * from exiv2.datasets import * diff --git a/src/swig-0_28_0/__init__.py b/src/swig-0_28_0/__init__.py index a4601baa..034ee6a2 100644 --- a/src/swig-0_28_0/__init__.py +++ b/src/swig-0_28_0/__init__.py @@ -31,8 +31,8 @@ def __getattr__(name): from exiv2.types import _set_locale_dir _set_locale_dir(_dir) -__version__ = "0.16.0" -__version_tuple__ = tuple((0, 16, 0)) +__version__ = "0.16.1" +__version_tuple__ = tuple((0, 16, 1)) from exiv2.basicio import * from exiv2.datasets import *