Skip to content

Commit d8a078a

Browse files
committed
Updated version for release v9.14
1 parent 9bb9636 commit d8a078a

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

docs/en_US/release_notes_9_14.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Supported Database Servers
1414

1515
Bundled PostgreSQL Utilities
1616
****************************
17-
**psql**, **pg_dump**, **pg_dumpall**, **pg_restore**: 18.0
17+
**psql**, **pg_dump**, **pg_dumpall**, **pg_restore**: 18.2
1818

1919

2020
New features
@@ -49,3 +49,4 @@ Bug fixes
4949
| `Issue #9740 <https://github.com/pgadmin-org/pgadmin4/issues/9740>`_ - Fixed an issue where the AI Assistant input textbox sometimes swallows the first character of input.
5050
| `Issue #9758 <https://github.com/pgadmin-org/pgadmin4/issues/9758>`_ - Clarify where the LLM API key files should be.
5151
| `Issue #9789 <https://github.com/pgadmin-org/pgadmin4/issues/9789>`_ - Fixed an issue where the Query tool kept prompting for a password when using a shared server.
52+
| `Issue #9795 <https://github.com/pgadmin-org/pgadmin4/issues/9795>`_ - Support /v1/responses for OpenAI models.

pkg/helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: pgadmin4-helm
3-
version: 9.13.0
4-
appVersion: 9.13.0
3+
version: 9.14.0
4+
appVersion: 9.14.0
55
description: pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world.
66
home: https://pgadmin.org
77
sources: ["https://github.com/pgadmin-org/pgadmin4/tree/master/helm"]

web/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
# Application version number components
2020
APP_RELEASE = 9
21-
APP_REVISION = 13
21+
APP_REVISION = 14
2222

2323
# Application version suffix, e.g. 'beta1', 'dev'. Usually an empty string
2424
# for GA releases.
@@ -27,7 +27,7 @@
2727
# Numeric application version for upgrade checks. Should be in the format:
2828
# [X]XYYZZ, where X is the release version, Y is the revision, with a leading
2929
# zero if needed, and Z represents the suffix, with a leading zero if needed
30-
APP_VERSION_INT = 91300
30+
APP_VERSION_INT = 91400
3131

3232
# DO NOT CHANGE!
3333
# The application version string, constructed from the components

0 commit comments

Comments
 (0)