Skip to content

Commit

Permalink
0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
spulec committed May 13, 2017
1 parent 88f6990 commit f57972e
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.9
-----

* If no time to be frozen, use current time
* Fix uuid1 issues
* Add support for python 3.6

0.3.8
-----

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.8'
__version__ = '0.3.9'
__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 @@ -13,7 +13,7 @@

setup(
name='freezegun',
version='0.3.8',
version='0.3.9',
description='Let your Python tests travel through time',
author='Steve Pulec',
author_email='spulec@gmail',
Expand Down

0 comments on commit f57972e

Please sign in to comment.