Skip to content

Commit

Permalink
Release version 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Jun 30, 2016
1 parent 56bc3d0 commit 23f4709
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
19 changes: 18 additions & 1 deletion CHANGES.rst
@@ -1,7 +1,24 @@
Changelog
=========

0.10.0 (2016-03-13)
0.11.0 (2016-06-30)
-------------------

- Clean-up. [desmaisons_david]

- Improving performance. [desmaisons_david]

- Performance Improvement. [desmaisons_david]

- Fix link to Levenshtein. [Brian J. McGuirk]

- Fix readme links. [Brian J. McGuirk]

- Add license to StringMatcher.py. [Jose Diaz-Gonzalez]

Closes #113

0.10.0 (2016-03-14)
-------------------

- Handle None inputs same as empty string (Issue #94) [Nick Miller]
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -27,13 +27,13 @@ Using PIP via Github

.. code:: bash
pip install git+git://github.com/seatgeek/fuzzywuzzy.git@0.10.0#egg=fuzzywuzzy
pip install git+git://github.com/seatgeek/fuzzywuzzy.git@0.11.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.10.0#egg=fuzzywuzzy
git+ssh://git@github.com/seatgeek/fuzzywuzzy.git@0.11.0#egg=fuzzywuzzy
Manually via GIT

Expand Down
2 changes: 1 addition & 1 deletion fuzzywuzzy/__init__.py
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = '0.10.0'
__version__ = '0.11.0'

0 comments on commit 23f4709

Please sign in to comment.