diff --git a/HISTORY.rst b/HISTORY.rst index b867dcce2..6f6f90ddb 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,19 @@ Changelog ========= +0.7.2 +----- +**release date:** 2013-11-10 + +* Fix TVSubtitles for ambiguous series +* Add a CACHE_VERSION to force cache reloading on version change +* Set CLI default cache expiration time to 30 days +* Add podnapisi provider +* Support script for languages e.g. Latn, Cyrl +* Improve logging levels +* Fix subtitle validation in some rare cases + + 0.7.1 ----- **release date:** 2013-11-06 diff --git a/setup.py b/setup.py index f6f11b320..1af501f9b 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup(name='subliminal', - version='0.7.2-dev', + version='0.7.2', license='MIT', description='Subtitles, faster than your thoughts', long_description=open('README.rst').read() + '\n\n' + open('HISTORY.rst').read(),