From f79286fc9191f740b29777adfc95d2b833fc9fdf Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sun, 27 Nov 2022 09:00:40 -0800 Subject: [PATCH] Bump version for release. --- NEWS | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index f68f74a58..59b6c8b3d 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ -1.7.5.dev0 +1.7.5 * #311: Override PostgreSQL dump/restore commands via configuration options. * #604: Fix traceback when a configuration section is present but lacking any options. - * #607: Clarify examples in include merging and deep merging documentation. + * #607: Clarify documentation examples for include merging and deep merging. * #611: Fix "data" consistency check to support "check_last" and consistency "prefix" options. * #613: Clarify documentation about multiple repositories and separate configuration files. diff --git a/setup.py b/setup.py index add519c0a..5546c7544 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import find_packages, setup -VERSION = '1.7.5.dev0' +VERSION = '1.7.5' setup(