Skip to content

Commit

Permalink
Version bump to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
msukmanowsky committed Jul 19, 2013
1 parent 52391c0 commit 1c63520
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 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.3, 2013-07-19 -- Unicode fixes and minor bug fix in parser.parse.
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).
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.2'
release = '0.2.3'

# 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 serpextract/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from serpextract import *
__version__ = '0.2.1'
__version__ = '0.2.3'
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.2'
version = '0.2.3'

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

0 comments on commit 1c63520

Please sign in to comment.