File tree Expand file tree Collapse file tree 5 files changed +10
-7
lines changed
Expand file tree Collapse file tree 5 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ You should have received a copy of the GNU General Public License
1616along 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+
1922Changes in v0.16.0:
2023 1/ Binary wheels incorporate libexiv2 v0.28.1.
2124 2/ Include native language support in Windows binary wheel builds.
Original file line number Diff line number Diff line change 1- python-exiv2 v\ 0.16.0
1+ python-exiv2 v\ 0.16.1
22======================
33
44python-exiv2 is a low level interface (or binding) to the exiv2 _ C++ library.
Original file line number Diff line number Diff 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
3737from exiv2 .basicio import *
3838from exiv2 .datasets import *
Original file line number Diff line number Diff 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
3737from exiv2 .basicio import *
3838from exiv2 .datasets import *
Original file line number Diff line number Diff 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
3737from exiv2 .basicio import *
3838from exiv2 .datasets import *
You can’t perform that action at this time.
0 commit comments