Skip to content

Commit

Permalink
[ci] ready to release v2.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoHsiao1 committed Oct 20, 2024
1 parent 758f0d8 commit 21359b5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
workflow_dispatch:
inputs:
wheel_version:
default: 2.15.2
default: 2.15.3

jobs:
job1:
Expand Down
2 changes: 1 addition & 1 deletion docs/Tutorial-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def convert_iptc_to_xmp(data: dict, encoding='utf-8') -> dict
def convert_xmp_to_exif(data: dict, encoding='utf-8') -> dict
def convert_xmp_to_iptc(data: dict, encoding='utf-8') -> dict

__version__ = '2.15.2'
__version__ = '2.15.3'
__exiv2_version__ = '0.28.3'
```

Expand Down
2 changes: 1 addition & 1 deletion docs/Tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def convert_iptc_to_xmp(data: dict, encoding='utf-8') -> dict
def convert_xmp_to_exif(data: dict, encoding='utf-8') -> dict
def convert_xmp_to_iptc(data: dict, encoding='utf-8') -> dict

__version__ = '2.15.2'
__version__ = '2.15.3'
__exiv2_version__ = '0.28.3'
```

Expand Down
2 changes: 1 addition & 1 deletion pyexiv2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from .core import *


__version__ = '2.15.2'
__version__ = '2.15.3'
__exiv2_version__ = exiv2api.version()


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name='pyexiv2',
version='2.15.2', # need to set the variable in 'pyexiv2/__init__.py'
version='2.15.3', # need to set the variable in 'pyexiv2/__init__.py'
author='LeoHsiao',
author_email='[email protected]',
description='Read and write image metadata, including EXIF, IPTC, XMP, ICC Profile.',
Expand Down

0 comments on commit 21359b5

Please sign in to comment.