From 8a944fb9e133a6365237c73afe6cb1108cf876b0 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Mon, 25 Jan 2016 12:15:30 -0500 Subject: [PATCH] Release version 0.8.1 --- CHANGES.rst | 7 +++++++ README.rst | 4 ++-- fuzzywuzzy/__init__.py | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 9dd59c24..447dcd37 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,13 @@ Changelog ========= +0.8.1 (2016-01-25) +------------------ + +- Minor release changes. [Jose Diaz-Gonzalez] + +- Clean up wiki link in readme. [Ewan Oglethorpe] + 0.8.0 (2015-11-16) ------------------ diff --git a/README.rst b/README.rst index 0c2c7834..80a7203c 100644 --- a/README.rst +++ b/README.rst @@ -26,13 +26,13 @@ Using PIP via Github .. code:: bash - pip install git+git://github.com/seatgeek/fuzzywuzzy.git@0.8.0#egg=fuzzywuzzy + pip install git+git://github.com/seatgeek/fuzzywuzzy.git@0.8.1#egg=fuzzywuzzy Adding to your ``requirements.txt`` file (run ``pip install -r requirements.txt`` afterwards) .. code:: bash - git+ssh://git@github.com/seatgeek/fuzzywuzzy.git@0.8.0#egg=fuzzywuzzy + git+ssh://git@github.com/seatgeek/fuzzywuzzy.git@0.8.1#egg=fuzzywuzzy Manually via GIT diff --git a/fuzzywuzzy/__init__.py b/fuzzywuzzy/__init__.py index 690cefb6..dceb6e42 100644 --- a/fuzzywuzzy/__init__.py +++ b/fuzzywuzzy/__init__.py @@ -1,2 +1,2 @@ # -*- coding: utf-8 -*- -__version__ = '0.8.0' +__version__ = '0.8.1'