Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Commit 2f784ad

Browse files
committed
Release version 0.14.0
1 parent 29a367d commit 2f784ad

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGES.rst

+21
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
Changelog
22
=========
33

4+
0.14.0 (2016-11-04)
5+
-------------------
6+
7+
- Possible PEP-8 fix + make pep-8 warnings appear in test. [davidcellis]
8+
9+
- Possible PEP-8 fix. [davidcellis]
10+
11+
- Possible PEP-8 fix. [davidcellis]
12+
13+
- Test for stderr log instead of warning. [davidcellis]
14+
15+
- Convert warning.warn to logging.warning. [davidcellis]
16+
17+
- Additional details for empty string warning from process.
18+
[davidcellis]
19+
20+
String formatting fix for python 2.6
21+
22+
23+
- Enclose warnings.simplefilter() inside a with statement. [samkennerly]
24+
425
0.13.0 (2016-11-01)
526
-------------------
627

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ Using PIP via Github
2727

2828
.. code:: bash
2929
30-
pip install git+git://github.com/seatgeek/fuzzywuzzy.git@0.13.0#egg=fuzzywuzzy
30+
pip install git+git://github.com/seatgeek/fuzzywuzzy.git@0.14.0#egg=fuzzywuzzy
3131
3232
Adding to your ``requirements.txt`` file (run ``pip install -r requirements.txt`` afterwards)
3333

3434
.. code:: bash
3535
36-
git+ssh://[email protected]/seatgeek/fuzzywuzzy.git@0.13.0#egg=fuzzywuzzy
36+
git+ssh://[email protected]/seatgeek/fuzzywuzzy.git@0.14.0#egg=fuzzywuzzy
3737
3838
Manually via GIT
3939

fuzzywuzzy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = '0.13.0'
2+
__version__ = '0.14.0'

0 commit comments

Comments
 (0)