Skip to content

Commit

Permalink
Update version for release v8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay-joshi committed Sep 16, 2024
1 parent 315d1a4 commit acb0eb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/en_US/release_notes_8_12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 2 additions & 2 deletions web/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -27,7 +27,7 @@
# 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
Expand Down

0 comments on commit acb0eb2

Please sign in to comment.