This repository was archived by the owner on Aug 26, 2024. It is now read-only.
File tree 3 files changed +21
-4
lines changed
3 files changed +21
-4
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- 0.10.0 (2016-03-13)
4
+ 0.11.0 (2016-06-30)
5
+ -------------------
6
+
7
+ - Clean-up. [desmaisons_david]
8
+
9
+ - Improving performance. [desmaisons_david]
10
+
11
+ - Performance Improvement. [desmaisons_david]
12
+
13
+ - Fix link to Levenshtein. [Brian J. McGuirk]
14
+
15
+ - Fix readme links. [Brian J. McGuirk]
16
+
17
+ - Add license to StringMatcher.py. [Jose Diaz-Gonzalez]
18
+
19
+ Closes #113
20
+
21
+ 0.10.0 (2016-03-14)
5
22
-------------------
6
23
7
24
- Handle None inputs same as empty string (Issue #94) [Nick Miller]
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.10 .0#egg=fuzzywuzzy
30
+ pip install git+git://github.com/seatgeek/fuzzywuzzy.git@0.11 .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.10 .0#egg=fuzzywuzzy
36
+ git+ssh://[email protected] /seatgeek/fuzzywuzzy.git@0.11 .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.10 .0'
2
+ __version__ = '0.11 .0'
You can’t perform that action at this time.
0 commit comments