This repository was archived by the owner on Aug 26, 2024. It is now read-only.
File tree 3 files changed +24
-3
lines changed
3 files changed +24
-3
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
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
+
4
25
0.13.0 (2016-11-01)
5
26
-------------------
6
27
Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ Using PIP via Github
27
27
28
28
.. code :: bash
29
29
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
31
31
32
32
Adding to your ``requirements.txt `` file (run ``pip install -r requirements.txt `` afterwards)
33
33
34
34
.. code :: bash
35
35
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
37
37
38
38
Manually via GIT
39
39
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
- __version__ = '0.13 .0'
2
+ __version__ = '0.14 .0'
You can’t perform that action at this time.
0 commit comments