Skip to content

Commit

Permalink
v0.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
oczkers committed Feb 11, 2015
1 parent bcf6683 commit 375e4a7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Changelog
---------


0.0.23 (2015-02-11)
++++++++++++++++++
* core: fix #135 type conversion in quickSell & watchlistDelete

0.0.23 (2015-02-09)
++++++++++++++++++
* urls: fix #131
Expand Down
2 changes: 1 addition & 1 deletion fut/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"""

__title__ = 'fut'
__version__ = '0.0.23'
__version__ = '0.0.24'
__author__ = 'Piotr Staroszczyk'
__author_email__ = 'piotr.staroszczyk@get24.org'
__license__ = 'GNU GPL v3'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


__title__ = 'fut'
__version__ = '0.0.23'
__version__ = '0.0.24'
__author__ = 'Piotr Staroszczyk'
__author_email__ = 'piotr.staroszczyk@get24.org'
__license__ = 'GNU GPL v3'
Expand Down

0 comments on commit 375e4a7

Please sign in to comment.