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

Commit 6244ce3

Browse files
committed
Release version 0.10.0
1 parent f9b3264 commit 6244ce3

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGES.rst

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

4+
0.10.0 (2016-03-13)
5+
-------------------
6+
7+
- Handle None inputs same as empty string (Issue #94) [Nick Miller]
8+
49
0.9.0 (2016-03-07)
510
------------------
611

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ Using PIP via Github
2626

2727
.. code:: bash
2828
29-
pip install git+git://github.com/seatgeek/fuzzywuzzy.git@0.9.0#egg=fuzzywuzzy
29+
pip install git+git://github.com/seatgeek/fuzzywuzzy.git@0.10.0#egg=fuzzywuzzy
3030
3131
Adding to your ``requirements.txt`` file (run ``pip install -r requirements.txt`` afterwards)
3232

3333
.. code:: bash
3434
35-
git+ssh://[email protected]/seatgeek/fuzzywuzzy.git@0.9.0#egg=fuzzywuzzy
35+
git+ssh://[email protected]/seatgeek/fuzzywuzzy.git@0.10.0#egg=fuzzywuzzy
3636
3737
Manually via GIT
3838

fuzzywuzzy/__init__.py

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

0 commit comments

Comments
 (0)