Skip to content

Commit

Permalink
Update version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
karenc committed Sep 25, 2017
1 parent 5e008d7 commit 0333632
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,12 @@
CHANGELOG
---------

1.0.2 (2017-09-25)
------------------

- create a savepoint around should_run - rollback on false, to restore db state
- Add ``__version__`` to dbmigrator

1.0.1 (2017-09-14)
------------------

Expand Down
2 changes: 1 addition & 1 deletion dbmigrator/__init__.py
Expand Up @@ -2,7 +2,7 @@

from .utils import logger, super_user, deferred

__version__ = '1.0.1'
__version__ = '1.0.2'


__all__ = ('logger', 'super_user', 'deferred', '__version__')

0 comments on commit 0333632

Please sign in to comment.