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

Release 1.0.1

This commit is contained in:
secwall 2017-04-01 22:15:19 +03:00
parent 5bc9166453
commit 3318f1beb1
2 changed files with 8 additions and 1 deletions

View File

@ -45,6 +45,13 @@ Complete manual is [here](doc/tutorial.md).
## Release history
* 1.0.1 (2017-04-01)
* Fix bug with python format patterns in migration text
* Sort info command output by version
* Support 'latest' target version
* Add option to override user in migration meta
* Fix info command fail without target on initialized database
* Add session setup option
* 1.0.0 (2016-10-03)
* First opensource version

View File

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