From 53b9fe1c86bf27cb0d6266523b6a29082a4c9453 Mon Sep 17 00:00:00 2001 From: Akshay Joshi Date: Mon, 3 Apr 2023 15:38:59 +0530 Subject: [PATCH] Update version for release 7.0 --- docs/en_US/release_notes_7_0.rst | 1 + web/config.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/en_US/release_notes_7_0.rst b/docs/en_US/release_notes_7_0.rst index a5efadc72..0667679fc 100644 --- a/docs/en_US/release_notes_7_0.rst +++ b/docs/en_US/release_notes_7_0.rst @@ -61,6 +61,7 @@ Bug fixes | `Issue #5941 `_ - Fixed an issue where migration on external database is not working. | `Issue #5943 `_ - Use http for SVG namespace URLs which were changed to https for SonarQube fixes. | `Issue #5952 `_ - Ensure that the schema diff tool should not allow comparison between Postgres Server and EDB Postgres Advanced Server. + | `Issue #5953 `_ - Fixed error while executing continue in debugging session after some time of debug execution. | `Issue #5955 `_ - Fix an issue where query tool is stuck when running query after discarding changed data. | `Issue #5958 `_ - Fix an issue where new dashboard graphs are partially following theme colors. | `Issue #5959 `_ - Fix an issue where Backup, Restore, and Maintenance not working if connection timeout is set in the server dialog. diff --git a/web/config.py b/web/config.py index e93f6defd..af1796a1c 100644 --- a/web/config.py +++ b/web/config.py @@ -47,7 +47,7 @@ APP_REVISION = 0 # Application version suffix, e.g. 'beta1', 'dev'. Usually an empty string # for GA releases. -APP_SUFFIX = 'dev' +APP_SUFFIX = '' # Numeric application version for upgrade checks. Should be in the format: # [X]XYYZZ, where X is the release version, Y is the revision, with a leading