Skip to content

Commit

Permalink
Release version 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Nov 4, 2016
1 parent 29a367d commit 2f784ad
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,27 @@
Changelog
=========

0.14.0 (2016-11-04)
-------------------

- Possible PEP-8 fix + make pep-8 warnings appear in test. [davidcellis]

- Possible PEP-8 fix. [davidcellis]

- Possible PEP-8 fix. [davidcellis]

- Test for stderr log instead of warning. [davidcellis]

- Convert warning.warn to logging.warning. [davidcellis]

- Additional details for empty string warning from process.
[davidcellis]

String formatting fix for python 2.6


- Enclose warnings.simplefilter() inside a with statement. [samkennerly]

0.13.0 (2016-11-01)
-------------------

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

0 comments on commit 2f784ad

Please sign in to comment.