diff --git a/CHANGES.rst b/CHANGES.rst index fd4fa9ab..5ffc3da5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,13 @@ Changelog ========= +0.12.0 (2016-09-14) +------------------- + +- Declare support for universal wheels. [Thomas Grainger] + +- Clarify that license is GPLv2. [Gareth Tan] + 0.11.1 (2016-07-27) ------------------- diff --git a/README.rst b/README.rst index b7578225..9cda7369 100644 --- a/README.rst +++ b/README.rst @@ -27,13 +27,13 @@ Using PIP via Github .. code:: bash - pip install git+git://github.com/seatgeek/fuzzywuzzy.git@0.11.1#egg=fuzzywuzzy + pip install git+git://github.com/seatgeek/fuzzywuzzy.git@0.12.0#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.11.1#egg=fuzzywuzzy + git+ssh://git@github.com/seatgeek/fuzzywuzzy.git@0.12.0#egg=fuzzywuzzy Manually via GIT diff --git a/fuzzywuzzy/__init__.py b/fuzzywuzzy/__init__.py index c690c91a..b5ad2b8a 100644 --- a/fuzzywuzzy/__init__.py +++ b/fuzzywuzzy/__init__.py @@ -1,2 +1,2 @@ # -*- coding: utf-8 -*- -__version__ = '0.11.1' +__version__ = '0.12.0'