Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
msukmanowsky committed Jul 20, 2013
1 parent b7c8087 commit eea3fb9
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.4, 2013-07-20 -- Add support for custom parsers and naive search engine detection/keyword extraction.
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.
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.3'
release = '0.2.4'

# 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.3'
__version__ = '0.2.4'
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.3'
version = '0.2.4'

install_requires = [
'iso3166 >= 0.4',
Expand Down

0 comments on commit eea3fb9

Please sign in to comment.