From 15fd8f396ce6fb19f290dc9ff5776759251ec2f5 Mon Sep 17 00:00:00 2001 From: secwall Date: Fri, 8 Mar 2024 17:56:18 +0100 Subject: [PATCH] Release 1.0.8 --- README.md | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c7aa36..36a58ad 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,8 @@ Complete manual is [here](doc/tutorial.md). ## Release history +* 1.0.8 (2024-03-08) + * Allow reordering setting schema version and afterEach callback * 1.0.7 (2022-02-02) * Skip unnecessary schema creation on init * Add file path to statement apply error log diff --git a/setup.py b/setup.py index d60d56e..37ca823 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ setup( name='yandex-pgmigrate', - version='1.0.7', + version='1.0.8', description='PostgreSQL migrations made easy', license='PostgreSQL License', url='https://github.com/yandex/pgmigrate/',