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

Commit 2ec9be7

Browse files
committed
Release version 0.15.1
1 parent db823ed commit 2ec9be7

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGES.rst

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

4+
0.15.1 (2017-07-19)
5+
-------------------
6+
7+
- Fix setup.py (addresses #155) [Paul O'Leary McCann]
8+
9+
- Merge remote-tracking branch 'upstream/master' into
10+
extract_optimizations. [nolan]
11+
12+
- Seed random before generating benchmark strings. [nolan]
13+
14+
- Cleaner implementation of same idea without new param, but adding
15+
existing full_process param to Q,W,UQ,UW. [nolan]
16+
17+
- Fix benchmark only generate list once. [nolan]
18+
19+
- Only run util.full_process once on query when using extract functions,
20+
add new benchmarks. [nolan]
21+
422
0.15.0 (2017-02-20)
523
-------------------
624

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ Using PIP via Github
3434

3535
.. code:: bash
3636
37-
pip install git+git://github.com/seatgeek/[email protected].0#egg=fuzzywuzzy
37+
pip install git+git://github.com/seatgeek/[email protected].1#egg=fuzzywuzzy
3838
3939
Adding to your ``requirements.txt`` file (run ``pip install -r requirements.txt`` afterwards)
4040

4141
.. code:: bash
4242
43-
git+ssh://[email protected]/seatgeek/[email protected].0#egg=fuzzywuzzy
43+
git+ssh://[email protected]/seatgeek/[email protected].1#egg=fuzzywuzzy
4444
4545
Manually via GIT
4646

fuzzywuzzy/__init__.py

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

0 commit comments

Comments
 (0)