diff --git a/README.md b/README.md index cc6c693..17b46f5 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,9 @@ Complete manual is [here](doc/tutorial.md). ## Release history +* 1.0.2 (2017-04-05) + * Speed up get_info function a bit + * Fix callbacks in transactional/nontransactional migrations mix on db init * 1.0.1 (2017-04-01) * Fix bug with python format patterns in migration text * Sort info command output by version diff --git a/setup.py b/setup.py index e3cee9a..e9f50b8 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ if sys.version_info < (3, 0): setup( name="yandex-pgmigrate", - version="1.0.1", + version="1.0.2", description="PostgreSQL migrations made easy", license="PostgreSQL License", url="https://github.com/yandex/pgmigrate/",