Skip to content

Commit

Permalink
Release version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Oct 31, 2014
1 parent 6d22a00 commit adbd311
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGES.rst
@@ -1,9 +1,22 @@
Changelog
=========

0.4.0 (2014-10-31)
------------------

- Merge pull request #64 from ojomio/master. [Jose Diaz-Gonzalez]

In extarctBests() and extractOne() use '>=' instead of '>'

- Merge pull request #62 from ojomio/master. [Jose Diaz-Gonzalez]

Fixed python3 issue with SequenceMatcher import

0.3.3 (2014-10-22)
------------------

- Release version 0.3.3. [Jose Diaz-Gonzalez]

- Update release script to make it more generic. [Jose Diaz-Gonzalez]

- Merge pull request #60 from ojomio/master. [Jose Diaz-Gonzalez]
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -26,13 +26,13 @@ Using PIP via Github

.. code:: bash
pip install git+git://github.com/seatgeek/fuzzywuzzy.git@0.3.3#egg=fuzzywuzzy
pip install git+git://github.com/seatgeek/fuzzywuzzy.git@0.4.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.3.3#egg=fuzzywuzzy
git+ssh://git@github.com/seatgeek/fuzzywuzzy.git@0.4.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.3.3'
__version__ = '0.4.0'

0 comments on commit adbd311

Please sign in to comment.