Updated version for release v8.13

This commit is contained in:
Akshay Joshi 2024-10-14 16:20:54 +05:30
parent 2cc8f5f272
commit 867b2a5149
2 changed files with 3 additions and 2 deletions

View File

@ -36,6 +36,7 @@ Bug fixes
| `Issue #5307 <https://github.com/pgadmin-org/pgadmin4/issues/5307>`_ - Fixed an issue to allow the Enter key to save data in the result grid text editor.
| `Issue #7289 <https://github.com/pgadmin-org/pgadmin4/issues/7289>`_ - Move 'About pgAdmin 4' to app menu on macOS.
| `Issue #7837 <https://github.com/pgadmin-org/pgadmin4/issues/7837>`_ - Fixed an issue where role properties were not loading.
| `Issue #7907 <https://github.com/pgadmin-org/pgadmin4/issues/7907>`_ - Ensure server connection is successful for sslrootcert=system in server configuration.
| `Issue #7919 <https://github.com/pgadmin-org/pgadmin4/issues/7919>`_ - Fixed an issue where the dock layout was not saved upon closing a tab.
| `Issue #7920 <https://github.com/pgadmin-org/pgadmin4/issues/7920>`_ - Fixed an issue where the copy shortcut CTRL +C was not working in the Query Tool data grid.
| `Issue #7955 <https://github.com/pgadmin-org/pgadmin4/issues/7955>`_ - Fixed an issue where Dashboard tab showing 'Something went wrong'.

View File

@ -18,7 +18,7 @@
# Application version number components
APP_RELEASE = 8
APP_REVISION = 12
APP_REVISION = 13
# 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 = 81200
APP_VERSION_INT = 81300
# DO NOT CHANGE!
# The application version string, constructed from the components