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

Commit 7de1b0d

Browse files
committed
Release version 0.11.1
1 parent 4d823fa commit 7de1b0d

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGES.rst

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

4+
0.11.1 (2016-07-27)
5+
-------------------
6+
7+
- Add editorconfig. [Jose Diaz-Gonzalez]
8+
9+
- Added tox.ini cofig file for easy local multi-environment testing
10+
changed travis config to use py.test like tox updated use of pep8
11+
module to pycodestyle. [Pedro Rodrigues]
12+
413
0.11.0 (2016-06-30)
514
-------------------
615

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

0 commit comments

Comments
 (0)