Skip to content

Commit

Permalink
bumped version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devsnd committed Apr 13, 2019
1 parent bd40962 commit ec12eac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -27,6 +27,7 @@ pip-log.txt
.tox
nosetests.xml
test-results/
.mypy_cache

# Translations
*.mo
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -73,7 +73,7 @@ and possibly more.

Changelog:

* 1.2.0 (unreleased):
* 1.2.0 (2019-04-13):
- using setup.cfg instead of setup.py (thanks to scivision)
- added support for calling TinyTag.get with pathlib.Path (thanks to scivision)
- added appveyor windows test CI (thanks to scivision)
Expand Down
2 changes: 1 addition & 1 deletion tinytag/__init__.py
Expand Up @@ -4,7 +4,7 @@
import sys


__version__ = '1.1.0'
__version__ = '1.2.0'

if __name__ == '__main__':
print(TinyTag.get(sys.argv[1]))

0 comments on commit ec12eac

Please sign in to comment.