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

Commit 8f41ab3

Browse files
committed
Release version 0.12.0
1 parent 0154e83 commit 8f41ab3

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGES.rst

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

4+
0.12.0 (2016-09-14)
5+
-------------------
6+
7+
- Declare support for universal wheels. [Thomas Grainger]
8+
9+
- Clarify that license is GPLv2. [Gareth Tan]
10+
411
0.11.1 (2016-07-27)
512
-------------------
613

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

0 commit comments

Comments
 (0)