Skip to content

Commit

Permalink
Version bump to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
msukmanowsky committed Jul 18, 2013
1 parent cf8a8e7 commit 2aa4f4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
v0.2.2, 2013-07-18 -- Improvements to test cases and major performance optimizations when using serpextract for a large number of SERP URLs.
v0.2.1, 2013-07-17 -- Quick fix for engine lookup bug.
v0.2.0, 2013-07-17 -- Add missing edge cases found in Piwik's Common.php for search engines. Significantly changes detection of SERPs (Google in particular).
v0.1.2, 2013-07-05 -- Safe reading of .pickle file from package, add docs, bug fix to _get_lossy_domain, additional tests.
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
version = '0.2'

# The full version, including alpha/beta/rc tags.
release = '0.2.1'
release = '0.2.2'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup


version = '0.2.1'
version = '0.2.2'

install_requires = ['iso3166 >= 0.4', 'pylru >= 1.0.3']
if sys.version_info <= (2,7):
Expand Down

0 comments on commit 2aa4f4d

Please sign in to comment.