Skip to content

Commit

Permalink
Release version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Oct 2, 2015
1 parent 7a27511 commit 11d2b58
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,26 @@
Changelog
=========

0.7.0 (2015-10-02)
------------------

- Use portable syntax for catching exception on tests. [Luis Madrigal]

- [Fix] test against correct variable. [Luis Madrigal]

- Add unit tests for validator decorators. [Luis Madrigal]

- Move validators to decorator functions. [Luis Madrigal]

This allows easier composition and IMO makes the functions more readable


- Fix typo: dictionery -> dictionary. [shale]

- FizzyWuzzy -> FuzzyWuzzy typo correction. [shale]

- Add check for gitchangelog. [Jose Diaz-Gonzalez]

0.6.2 (2015-09-03)
------------------

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.6.2#egg=fuzzywuzzy
pip install git+git://github.com/seatgeek/fuzzywuzzy.git@0.7.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.6.2#egg=fuzzywuzzy
git+ssh://git@github.com/seatgeek/fuzzywuzzy.git@0.7.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.6.2'
__version__ = '0.7.0'

0 comments on commit 11d2b58

Please sign in to comment.