Skip to content

Commit

Permalink
Verison 0.3.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
spulec committed Mar 6, 2018
1 parent 47c3839 commit 6bb2589
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ Freezegun Changelog
Latest
------

0.3.10
------

* Performance improvements
* Coroutine support
*

0.3.9
-----

Expand Down
2 changes: 1 addition & 1 deletion freezegun/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from .api import freeze_time

__title__ = 'freezegun'
__version__ = '0.3.9'
__version__ = '0.3.10'
__author__ = 'Steve Pulec'
__license__ = 'Apache License 2.0'
__copyright__ = 'Copyright 2012 Steve Pulec'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name='freezegun',
version='0.3.9',
version='0.3.10',
description='Let your Python tests travel through time',
long_desciption=readme,
author='Steve Pulec',
Expand Down

0 comments on commit 6bb2589

Please sign in to comment.