1
1
mirror of https://github.com/yandex/pgmigrate.git synced 2024-09-19 08:07:22 +03:00

Release 1.0.2

This commit is contained in:
secwall 2017-04-05 16:10:46 +03:00
parent e8c285c245
commit bac96be3e4
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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/",