Bump version for release.
This commit is contained in:
parent
c1eb210253
commit
301b29ee11
2 changed files with 5 additions and 5 deletions
8
NEWS
8
NEWS
|
@ -1,7 +1,7 @@
|
||||||
1.7.6.dev0
|
1.7.6
|
||||||
* #438, #560: Optionally dump "all" PostgreSQL databases to separate files instead of one combined
|
* #393, #438, #560: Optionally dump "all" PostgreSQL databases to separate files instead of one
|
||||||
dump file, allowing more convenient restores of individual databases. You can enable this by
|
combined dump file, allowing more convenient restores of individual databases. You can enable
|
||||||
specifying the database dump "format" option when the database is named "all".
|
this by specifying the database dump "format" option when the database is named "all".
|
||||||
* #602: Fix logs that interfere with JSON output by making warnings go to stderr instead of stdout.
|
* #602: Fix logs that interfere with JSON output by making warnings go to stderr instead of stdout.
|
||||||
* #622: Fix traceback when include merging configuration files on ARM64.
|
* #622: Fix traceback when include merging configuration files on ARM64.
|
||||||
* #629: Skip warning about excluded special files when no special files have been excluded.
|
* #629: Skip warning about excluded special files when no special files have been excluded.
|
||||||
|
|
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.6.dev0'
|
VERSION = '1.7.6'
|
||||||
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
|
|
Loading…
Reference in a new issue