From 18fa329f831158904354a2b3d88246077c178e34 Mon Sep 17 00:00:00 2001 From: Toilal Date: Thu, 5 Nov 2015 21:26:16 +0100 Subject: [PATCH] Release 1.0.2 --- HISTORY.rst | 11 +++++++---- README.rst | 2 +- guessit/__version__.py | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 687eecf5..d7c4cfe3 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,8 +1,11 @@ History ======= -0.11.1 (unreleased) -------------------- +1.0.2 (2015-11-05) +------------------ +* Latest stable version from guessit ``1.x``, consider upgrading to ``2.x`` +* Fix RST syntax errors for pypi readme display +* Fix issue in subtitle suffix 0.11.0 (2015-09-04) ------------------- @@ -51,7 +54,7 @@ History * Use common words to resolve conflicts on strings * Bump babelfish version * Fix setuptools deprecation warning -* Package argparse dependency only if python<2.7 +* Package argparse dependency only if python<2.7 0.10.1 (2015-01-05) @@ -132,7 +135,7 @@ History * Added ``--show-property`` option to only show a single property * Added ``--input-file`` option to parse a list of * Added ``--version`` option -* Added ``ass```to subtitle extensions +* Added ``ass`` to subtitle extensions * Added ``Fansub`` value for ``other`` property * Added more date formats support with ``dateutil`` dependency * Added customizable ``clean_function`` (API) diff --git a/README.rst b/README.rst index 5f818d4c..64380bf1 100644 --- a/README.rst +++ b/README.rst @@ -14,7 +14,7 @@ GuessIt :alt: Build Status .. image:: http://img.shields.io/coveralls/wackou/guessit/master.svg - :target: https://coveralls.io/github/wackou/guessit?branch=2.x + :target: https://coveralls.io/github/wackou/guessit?branch=master :alt: Coveralls `HuBoard `_ diff --git a/guessit/__version__.py b/guessit/__version__.py index e841082f..f34e2e90 100644 --- a/guessit/__version__.py +++ b/guessit/__version__.py @@ -17,4 +17,4 @@ # You should have received a copy of the Lesser GNU General Public License # along with this program. If not, see . # -__version__ = '0.11.1.dev0' +__version__ = '1.0.2'