Skip to content

Commit

Permalink
Create v1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
supermihi committed Mar 26, 2019
1 parent 21dedcd commit 719224d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

pytaglib 1.4.5 (2019/03/26)
---------------------------
- Fix published taglib.cpp

pytaglib 1.4.4 (2018/10/27)
---------------------------
- Remove cython dependency from setup.py (thanks to Popkornium18 for reporting)
Expand Down
14 changes: 7 additions & 7 deletions src/taglib.cpp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/taglib.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from libcpp.utility cimport pair
cimport ctypes

version = '1.4.4'
version = '1.4.5'

cdef unicode toUnicode(ctypes.String s):
"""Converts TagLib::String to a unicode string (``str`` in Python 3, ``unicode`` else)."""
Expand Down

0 comments on commit 719224d

Please sign in to comment.