From 1747f3184b9a3c3bf11686af78ddcb371e14ac59 Mon Sep 17 00:00:00 2001 From: Matthieu Viry Date: Wed, 7 Dec 2022 00:44:21 +0100 Subject: [PATCH] Prepare for 0.12.1 release --- CHANGES.rst | 4 ++-- documentation/src/changelog_fr.md | 2 +- magrit_app/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 2acc72679..bce83a63b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,8 +1,8 @@ Changes ======= -Unreleased ----------- +0.12.1 (2022-12-06) +------------------- - Fix an apparently old bug about reloading of old project files (project file generated around 2017 that did not yet contain version information, before 0.3.0, so probably only very few people / project files were affected). diff --git a/documentation/src/changelog_fr.md b/documentation/src/changelog_fr.md index 9d9a46b91..5b30363ec 100644 --- a/documentation/src/changelog_fr.md +++ b/documentation/src/changelog_fr.md @@ -1,6 +1,6 @@ # Historique des versions et des changements effectués -#### Pas de version publiée +#### 0.12.1 (2022-12-06) - Corrige un ancien bug sur le chargement des ficher-projets générés avec les premières version de Magrit vers 2017 (avant la version 0.3.0, ne contenant pas d'informations relatives à la version utilisée pour générer le fichier-projet en question). diff --git a/magrit_app/__init__.py b/magrit_app/__init__.py index 803770eba..2bf22f695 100755 --- a/magrit_app/__init__.py +++ b/magrit_app/__init__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = '0.12.0' +__version__ = '0.12.1'