diff --git a/HISTORY.rst b/HISTORY.rst index 1911a8ea9..9d46f001e 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,17 +1,18 @@ Changelog --------- -1.1.0 -^^^^^ -**release date:** *not released* +1.1 +^^^ +**release date:** 2015-12-29 * Fix library usage example in README -* Support python 3.5 -* Improve matching on titles * Fix for series name with special characters in addic7ed provider * Fix id property in thesubdb provider +* Improve matching on titles +* Add support for nautilus context menu with translations * Add support for searching subtitles in a separate directory -* Add napiprojekt provider +* Add subscenter provider +* Add support for python 3.5 1.0.1 diff --git a/subliminal/__init__.py b/subliminal/__init__.py index 23dd54d0e..d6f156b77 100644 --- a/subliminal/__init__.py +++ b/subliminal/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- __title__ = 'subliminal' -__version__ = '1.1.0.dev0' +__version__ = '1.1' __author__ = 'Antoine Bertin' __license__ = 'MIT' __copyright__ = 'Copyright 2015, Antoine Bertin'