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

Release 1.0.6

This commit is contained in:
secwall 2020-10-29 17:30:21 +03:00
parent c58d163f5d
commit ddb04a73c1
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.6 (2020-10-29)
* Make dsn manipulations more robust
* Fix empty values-related bugs in config and args parsing
* 1.0.5 (2020-02-29)
* Use application_name instead of backend pid for conflict termination
* 1.0.4 (2019-04-14)

View File

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