Update version for release v8.12

This commit is contained in:
Akshay Joshi 2024-09-16 17:57:07 +05:30
parent 315d1a40a4
commit acb0eb2141
2 changed files with 3 additions and 2 deletions

View File

@ -35,5 +35,6 @@ Bug fixes
| `Issue #7076 <https://github.com/pgadmin-org/pgadmin4/issues/7076>`_ - Revamp the current password saving implementation to a keyring and reduce repeated OS user password prompts.
| `Issue #7571 <https://github.com/pgadmin-org/pgadmin4/issues/7571>`_ - Fixed an issue where users could not use pgAdmin if they did not have access to the management database.
| `Issue #7811 <https://github.com/pgadmin-org/pgadmin4/issues/7811>`_ - Fixed an issue where servers listed in the servers.json file were being reimported upon container restart.
| `Issue #7839 <https://github.com/pgadmin-org/pgadmin4/issues/7839>`_ - Added support for OIDC based OAuth2 authentication.
| `Issue #7878 <https://github.com/pgadmin-org/pgadmin4/issues/7878>`_ - Fixed an issue where cursor moves to end of line when editing input fields.
| `Issue #7895 <https://github.com/pgadmin-org/pgadmin4/issues/7895>`_ - Fixed an issue where different client backend shows all SQL are same.

View File

@ -18,7 +18,7 @@
# Application version number components
APP_RELEASE = 8
APP_REVISION = 11
APP_REVISION = 12
# Application version suffix, e.g. 'beta1', 'dev'. Usually an empty string
# for GA releases.
@ -27,7 +27,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 = 81100
APP_VERSION_INT = 81200
# DO NOT CHANGE!
# The application version string, constructed from the components