Bump version for release.

This commit is contained in:
Dan Helfman 2022-11-27 09:00:40 -08:00
parent 694d376d15
commit f79286fc91
2 changed files with 3 additions and 3 deletions

4
NEWS
View File

@ -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.

View File

@ -1,6 +1,6 @@
from setuptools import find_packages, setup
VERSION = '1.7.5.dev0'
VERSION = '1.7.5'
setup(