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

Commit 23f4709

Browse files
committed
Release version 0.11.0
1 parent 56bc3d0 commit 23f4709

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

CHANGES.rst

+18-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,24 @@
11
Changelog
22
=========
33

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)
522
-------------------
623

724
- Handle None inputs same as empty string (Issue #94) [Nick Miller]

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.10.0#egg=fuzzywuzzy
30+
pip install git+git://github.com/seatgeek/fuzzywuzzy.git@0.11.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.10.0#egg=fuzzywuzzy
36+
git+ssh://[email protected]/seatgeek/fuzzywuzzy.git@0.11.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.10.0'
2+
__version__ = '0.11.0'

0 commit comments

Comments
 (0)