From 0a3a90b4005ca9b8b77407dba20b89bfca8810fd Mon Sep 17 00:00:00 2001 From: Akshay Joshi Date: Mon, 17 Oct 2022 15:28:08 +0530 Subject: [PATCH] Update version for release. --- docs/en_US/release_notes_6_15.rst | 4 ++-- web/config.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en_US/release_notes_6_15.rst b/docs/en_US/release_notes_6_15.rst index 591f41e16..452c2cb46 100644 --- a/docs/en_US/release_notes_6_15.rst +++ b/docs/en_US/release_notes_6_15.rst @@ -8,9 +8,9 @@ This release contains a number of bug fixes and new features since the release o Supported Database Servers ************************** -**PostgreSQL**: 10, 11, 12, 13 and 14 +**PostgreSQL**: 10, 11, 12, 13, 14 and 15 -**EDB Advanced Server**: 10, 11, 12, 13 and 14 +**EDB Advanced Server**: 10, 11, 12, 13, 14 and 15 New features ************ diff --git a/web/config.py b/web/config.py index 0848f2325..7c5320893 100644 --- a/web/config.py +++ b/web/config.py @@ -43,7 +43,7 @@ APP_ICON = 'pg-icon' # Application version number components APP_RELEASE = 6 -APP_REVISION = 14 +APP_REVISION = 15 # Application version suffix, e.g. 'beta1', 'dev'. Usually an empty string # for GA releases. @@ -52,7 +52,7 @@ 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 # zero if needed, and Z represents the suffix, with a leading zero if needed -APP_VERSION_INT = 61400 +APP_VERSION_INT = 61500 # DO NOT CHANGE! # The application version string, constructed from the components