Skip to content

Commit

Permalink
version 0.78.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoepp committed Dec 17, 2013
1 parent e5579e0 commit 813dc81
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change history
**************

0.78.4
######

* fixed missing url encoding of search keywords (issue #16)
* created test to check url encoding of keywords
* fixed typo in documentation (issue #17)

0.78.2
######
Expand Down
2 changes: 1 addition & 1 deletion TwitterSearch/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = 'TwitterSearch'
__version__ = '0.78.22'
__version__ = '0.78.4'
__author__ = 'Christian Koepp'
__license__ = 'MIT'
__copyright__ = 'Copyright 2013 Christian Koepp'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def requirements():
return req

setup(name='TwitterSearch',
version='0.78.2',
version='0.78.4',
description='A library to easily iterate tweets found by the Twitter Search API',
long_description=readme(),
url='http://github.com/ckoepp/TwitterSearch',
Expand Down

0 comments on commit 813dc81

Please sign in to comment.