From 04a7b5dc645b6dba133d6e13c679ff7fa1aef62a Mon Sep 17 00:00:00 2001 From: Johnny Date: Tue, 8 Sep 2026 23:12:17 +0200 Subject: [PATCH] chore: version 0.1.4 Livre le correctif de jointure Windows : le script PowerShell n'etait jamais execute, la jointure echouait sans message avec un code retour 0. Co-Authored-By: Claude Opus 5 --- CHANGELOG.md | 2 +- domainjoin/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60d430f..2bc06dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Non publié] +## [0.1.4] - 2026-09-08 ### Fixed - La jointure de domaine sous Windows échouait sans aucun message, avec un code diff --git a/domainjoin/__init__.py b/domainjoin/__init__.py index ae73625..bbab024 100644 --- a/domainjoin/__init__.py +++ b/domainjoin/__init__.py @@ -1 +1 @@ -__version__ = "0.1.3" +__version__ = "0.1.4"