Ensure the version comparision should be correct for windows installer. Fixes #4421

This commit is contained in:
Aditya Toshniwal
2019-07-02 14:58:18 +05:30
committed by Akshay Joshi
parent 252429df50
commit b76e0bea83
2 changed files with 80 additions and 3 deletions
+3 -2
View File
@@ -2,7 +2,7 @@
Version 4.10
************
Release date: 2019-07-02
Release date: 2019-07-04
This release contains a number of bug fixes and new features since the release of pgAdmin4 4.9.
@@ -17,4 +17,5 @@ Bug fixes
| `Bug #4403 <https://redmine.postgresql.org/issues/4403>`_ - Ensure the browser close confirmation is only shown when closing a Query Tool which is running in a separate browser tab.
| `Bug #4404 <https://redmine.postgresql.org/issues/4404>`_ - Prevent an error that may occur when editing data with an integer primary key.
| `Bug #4407 <https://redmine.postgresql.org/issues/4407>`_ - Fix a quoting issue that caused a blank UI to be displayed when running in French.
| `Bug #4407 <https://redmine.postgresql.org/issues/4407>`_ - Fix a quoting issue that caused a blank UI to be displayed when running in French.
| `Bug #4421 <https://redmine.postgresql.org/issues/4421>`_ - Ensure the version comparision should be correct for windows installer.