Skip to content

Commit

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

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

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

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

Fixed issue #59 - "partial" parameter for `_token_set()` is now
honored

- Merge pull request #54 from jlowin/patch-1. [Jose Diaz-Gonzalez]

Remove explicit check for lists

0.3.2 (2014-09-12)
------------------

- Release version 0.3.2. [Jose Diaz-Gonzalez]

- Make release command an executable. [Jose Diaz-Gonzalez]

- Simplify MANIFEST.in. [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.2#egg=fuzzywuzzy
pip install git+git://github.com/seatgeek/fuzzywuzzy.git@0.3.3#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.2#egg=fuzzywuzzy
git+ssh://git@github.com/seatgeek/fuzzywuzzy.git@0.3.3#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.2'
__version__ = '0.3.3'

0 comments on commit 5f7674e

Please sign in to comment.