Skip to content

Commit e59fa97

Browse files
committed
Bump version to 1.0.1 and update changelog for patch release addressing installer limitations
1 parent 927e5f4 commit e59fa97

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

33
See DataLab [roadmap page](https://datalab-platform.com/en/contributing/roadmap.html) for future and past milestones.
44

5-
## DataLab Version 1.0.0 ##
5+
## DataLab Version 1.0.1 ##
66

77
This major release represents a significant milestone for DataLab with numerous enhancements across all areas. The changes are organized by category for easier navigation.
88

9+
> **Note**: Version 1.0.1 is a patch release that addresses Windows installer limitations in version 1.0.0, where it was not possible to install DataLab V1.0 alongside earlier major versions (V0.20 and earlier) despite the intended coexistence support. This release contains no new features or functional changes.
10+
911
### 🎨 User Interface & Workflow ###
1012

1113
**Menu reorganization:**

datalab/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# this module is imported more than once, e.g. when running tests)
2525
pass
2626

27-
__version__ = "1.0.0"
27+
__version__ = "1.0.1"
2828
__docurl__ = __homeurl__ = "https://datalab-platform.com/"
2929
__supporturl__ = "https://github.com/DataLab-Platform/DataLab/issues/new/choose"
3030

doc/locale/fr/LC_MESSAGES/changelog.po

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: DataLab \n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2025-11-16 14:44+0100\n"
10+
"POT-Creation-Date: 2025-11-18 16:32+0100\n"
1111
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1313
"Language: fr\n"
@@ -24,12 +24,15 @@ msgstr "Versions"
2424
msgid "See DataLab [roadmap page](https://datalab-platform.com/en/contributing/roadmap.html) for future and past milestones."
2525
msgstr "Voir la page de la [feuille de route](https://datalab-platform.com/fr/contributing/roadmap.html) de DataLab pour les jalons futurs et passés."
2626

27-
msgid "DataLab Version 1.0.0"
28-
msgstr "DataLab Version 1.0.0"
27+
msgid "DataLab Version 1.0.1"
28+
msgstr "DataLab Version 1.0.1"
2929

3030
msgid "This major release represents a significant milestone for DataLab with numerous enhancements across all areas. The changes are organized by category for easier navigation."
3131
msgstr "Cette version majeure représente une étape importante pour DataLab avec de nombreuses améliorations dans tous les domaines. Les changements sont organisés par catégorie pour une navigation plus facile."
3232

33+
msgid "**Note**: Version 1.0.1 is a patch release that addresses Windows installer limitations in version 1.0.0, where it was not possible to install DataLab V1.0 alongside earlier major versions (V0.20 and earlier) despite the intended coexistence support. This release contains no new features or functional changes."
34+
msgstr "**Note** : La version 1.0.1 est une mise à jour corrective qui résout les limitations de l'installateur Windows dans la version 1.0.0, qui ne permettait pas d'installer DataLab V1.0 alors que les versions majeures antérieures (V0.20 et antérieures) étaient déjà installées, malgré la prise en charge de la cohabitation déjà prévue dans l'application. Cette version ne contient aucune nouvelle fonctionnalité ou modification fonctionnelle."
35+
3336
msgid "🎨 User Interface & Workflow"
3437
msgstr "🎨 Interface utilisateur et flux de travail"
3538

0 commit comments

Comments
 (0)