Skip to content

Commit

Permalink
Release version 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Jul 27, 2016
1 parent 4d823fa commit 7de1b0d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,15 @@
Changelog
=========

0.11.1 (2016-07-27)
-------------------

- Add editorconfig. [Jose Diaz-Gonzalez]

- Added tox.ini cofig file for easy local multi-environment testing
changed travis config to use py.test like tox updated use of pep8
module to pycodestyle. [Pedro Rodrigues]

0.11.0 (2016-06-30)
-------------------

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

0 comments on commit 7de1b0d

Please sign in to comment.