diff --git a/docs/en_US/release_notes_5_7.rst b/docs/en_US/release_notes_5_7.rst index 96091d091..f048cea23 100644 --- a/docs/en_US/release_notes_5_7.rst +++ b/docs/en_US/release_notes_5_7.rst @@ -39,4 +39,5 @@ Bug fixes | `Issue #6682 `_ - Renamed 'Auto rollback?' to 'Auto rollback on error?'. | `Issue #6684 `_ - Fixed the JSON editor issue of hiding the first record. | `Issue #6685 `_ - Ensure that deleting a database should not automatically connect to the next database. +| `Issue #6704 `_ - Ensure that pgAdmin should not fail at login due to a special character in the hostname. | `Issue #6710 `_ - Fixed an issue where multiple query tool tabs getting closed for the single close event. diff --git a/pkg/mac/build.sh b/pkg/mac/build.sh index 6a31c66f9..4f9ca413f 100755 --- a/pkg/mac/build.sh +++ b/pkg/mac/build.sh @@ -46,8 +46,8 @@ if [ "x${PGADMIN_POSTGRES_DIR}" == "x" ]; then fi if [ "x${PGADMIN_PYTHON_VERSION}" == "x" ]; then - echo "PGADMIN_PYTHON_VERSION not set. Setting it to the default: 3.9.2" - export PGADMIN_PYTHON_VERSION=3.9.2 + echo "PGADMIN_PYTHON_VERSION not set. Setting it to the default: 3.9.5" + export PGADMIN_PYTHON_VERSION=3.9.5 fi source ${SCRIPT_DIR}/build-functions.sh @@ -62,4 +62,4 @@ _codesign_binaries _codesign_bundle _create_dmg _codesign_dmg -_notarize_pkg \ No newline at end of file +_notarize_pkg