Skip to content

Commit 35c23ab

Browse files
Increment version number
1 parent 681c3ad commit 35c23ab

File tree

5 files changed

+10
-7
lines changed

5 files changed

+10
-7
lines changed

CHANGELOG.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ You should have received a copy of the GNU General Public License
1616
along with this program. If not, see
1717
<http://www.gnu.org/licenses/>.
1818

19+
Changes in v0.16.1:
20+
1/ Binary wheels incorporate libexiv2 v0.27.7.
21+
1922
Changes in v0.16.0:
2023
1/ Binary wheels incorporate libexiv2 v0.28.1.
2124
2/ Include native language support in Windows binary wheel builds.

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
python-exiv2 v\ 0.16.0
1+
python-exiv2 v\ 0.16.1
22
======================
33

44
python-exiv2 is a low level interface (or binding) to the exiv2_ C++ library.

src/swig-0_27_0/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ def __getattr__(name):
3131
from exiv2.types import _set_locale_dir
3232
_set_locale_dir(_dir)
3333

34-
__version__ = "0.16.0"
35-
__version_tuple__ = tuple((0, 16, 0))
34+
__version__ = "0.16.1"
35+
__version_tuple__ = tuple((0, 16, 1))
3636

3737
from exiv2.basicio import *
3838
from exiv2.datasets import *

src/swig-0_27_4/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ def __getattr__(name):
3131
from exiv2.types import _set_locale_dir
3232
_set_locale_dir(_dir)
3333

34-
__version__ = "0.16.0"
35-
__version_tuple__ = tuple((0, 16, 0))
34+
__version__ = "0.16.1"
35+
__version_tuple__ = tuple((0, 16, 1))
3636

3737
from exiv2.basicio import *
3838
from exiv2.datasets import *

src/swig-0_28_0/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ def __getattr__(name):
3131
from exiv2.types import _set_locale_dir
3232
_set_locale_dir(_dir)
3333

34-
__version__ = "0.16.0"
35-
__version_tuple__ = tuple((0, 16, 0))
34+
__version__ = "0.16.1"
35+
__version_tuple__ = tuple((0, 16, 1))
3636

3737
from exiv2.basicio import *
3838
from exiv2.datasets import *

0 commit comments

Comments
 (0)