Bump version for release.
This commit is contained in:
parent
694d376d15
commit
f79286fc91
2 changed files with 3 additions and 3 deletions
4
NEWS
4
NEWS
|
@ -1,7 +1,7 @@
|
||||||
1.7.5.dev0
|
1.7.5
|
||||||
* #311: Override PostgreSQL dump/restore commands via configuration options.
|
* #311: Override PostgreSQL dump/restore commands via configuration options.
|
||||||
* #604: Fix traceback when a configuration section is present but lacking any 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.
|
* #611: Fix "data" consistency check to support "check_last" and consistency "prefix" options.
|
||||||
* #613: Clarify documentation about multiple repositories and separate configuration files.
|
* #613: Clarify documentation about multiple repositories and separate configuration files.
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -1,6 +1,6 @@
|
||||||
from setuptools import find_packages, setup
|
from setuptools import find_packages, setup
|
||||||
|
|
||||||
VERSION = '1.7.5.dev0'
|
VERSION = '1.7.5'
|
||||||
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
|
|
Loading…
Reference in a new issue