1
1
mirror of https://github.com/yandex/pgmigrate.git synced 2024-09-19 16:17:24 +03:00

Release 1.0.3

This commit is contained in:
secwall 2017-12-28 20:55:00 +03:00
parent 5daeef816c
commit 1c73f3f8cf
2 changed files with 5 additions and 1 deletions

View File

@ -45,6 +45,10 @@ Complete manual is [here](doc/tutorial.md).
## Release history
* 1.0.3 (2017-12-28)
* Fix migration error with comment at the end of file
* Add blocking pids termination
* Some minor fixes and improvements
* 1.0.2 (2017-04-05)
* Speed up get_info function a bit
* Fix callbacks in transactional/nontransactional migrations mix on db init

View File

@ -42,7 +42,7 @@ if sys.version_info < (3, 0):
setup(
name="yandex-pgmigrate",
version="1.0.2",
version="1.0.3",
description="PostgreSQL migrations made easy",
license="PostgreSQL License",
url="https://github.com/yandex/pgmigrate/",