From 1c73f3f8cfd6daed3abd4315e2821fe1bcc2f12c Mon Sep 17 00:00:00 2001 From: secwall Date: Thu, 28 Dec 2017 20:55:00 +0300 Subject: [PATCH] Release 1.0.3 --- README.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 17b46f5..2fa01a9 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/setup.py b/setup.py index e9f50b8..5aba6de 100644 --- a/setup.py +++ b/setup.py @@ -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/",