Skip to content

Commit ea34f77

Browse files
committed
new version 1.1.5
1 parent 37172c4 commit ea34f77

File tree

6 files changed

+7
-2
lines changed

6 files changed

+7
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,8 @@ ___
264264
### What has been done for version 1.1.5:
265265

266266
- Fixed [issue #2][50] which appears to be a regression related to the release of JaybirdOOo. Thanks to TeddyBoomer for reporting it.
267+
- Updated the [Python setuptools][49] package to version 73.0.1.
268+
- Logging accessible in extension options now displays correctly on Windows.
267269

268270
### What remains to be done for version 1.1.5:
269271

README_fr.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,8 @@ ___
264264
### Ce qui a été fait pour la version 1.1.5:
265265

266266
- Correction du [problème n°2][50] qui semble être une régression liée à la sortie de JaybirdOOo. Merci à TeddyBoomer de l'avoir signalé.
267+
- Mise à jour du paquet [Python setuptools][49] vers la version 73.0.1.
268+
- La journalisation accessible dans les options de l’extension s’affiche désormais correctement sous Windows.
267269

268270
### Que reste-t-il à faire pour la version 1.1.5:
269271

source/HyperSQLOOo/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
packaging>=24.1
2-
setuptools>=72.1.0
2+
setuptools>=73.0.1
33
six>=1.16.0

source/HyperSQLOOo/service/pythonpath/hypersql/configuration.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
g_exist = ';create=false'
4747
g_path = False
4848
g_driver = ''
49+
g_shutdown = ''
4950

5051
# LibreOffice configuration
5152
g_lover = '5.0'

source/HyperSQLOOo/service/pythonpath/setuptools-72.1.0.dist-info

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../uno/lib/python/setuptools-73.0.1.dist-info

0 commit comments

Comments
 (0)