From 301b29ee1132da4b09c9c6959c05f9e0e8265653 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Thu, 26 Jan 2023 15:17:19 -0800 Subject: [PATCH] Bump version for release. --- NEWS | 8 ++++---- setup.py | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index f4c3d6697..3880da269 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ -1.7.6.dev0 - * #438, #560: Optionally dump "all" PostgreSQL databases to separate files instead of one combined - dump file, allowing more convenient restores of individual databases. You can enable this by - specifying the database dump "format" option when the database is named "all". +1.7.6 + * #393, #438, #560: Optionally dump "all" PostgreSQL databases to separate files instead of one + combined dump file, allowing more convenient restores of individual databases. You can enable + 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. * #622: Fix traceback when include merging configuration files on ARM64. * #629: Skip warning about excluded special files when no special files have been excluded. diff --git a/setup.py b/setup.py index 2915f5805..0140d7789 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import find_packages, setup -VERSION = '1.7.6.dev0' +VERSION = '1.7.6' setup(