diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7699b15..d585e6d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,7 +4,7 @@ Changelog --------- -0.2.15 (2017-0?-?) +0.2.15 (2017-05-04) ^^^^^^^^^^^^^^^^^^^ * huge performance improvement on database load (skip encoding guess) diff --git a/fut/__init__.py b/fut/__init__.py index c005951..879750c 100644 --- a/fut/__init__.py +++ b/fut/__init__.py @@ -23,7 +23,7 @@ """ __title__ = 'fut' -__version__ = '0.2.14' +__version__ = '0.2.15' __author__ = 'Piotr Staroszczyk' __author_email__ = 'piotr.staroszczyk@get24.org' __license__ = 'GNU GPL v3' diff --git a/setup.py b/setup.py index c4b9983..0c9074e 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ __title__ = 'fut' -__version__ = '0.2.14' +__version__ = '0.2.15' __author__ = 'Piotr Staroszczyk' __author_email__ = 'piotr.staroszczyk@get24.org' __license__ = 'GNU GPL v3'