diff --git a/README.md b/README.md index a4c74ad..336a867 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/setup.py b/setup.py index 53124a4..211fc93 100644 --- a/setup.py +++ b/setup.py @@ -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/',