From 63e4c2bae61c77e9a5b0fa1849a836803ffb13a4 Mon Sep 17 00:00:00 2001 From: Alexandre Decan Date: Thu, 5 Aug 2021 10:07:07 +0200 Subject: [PATCH] Prepare 1.6.3 --- AUTHORS.rst | 1 + CHANGELOG.rst | 6 ++++++ sismic/__init__.py | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/AUTHORS.rst b/AUTHORS.rst index 73f0b1a..dc83171 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -17,3 +17,4 @@ Contributors * Jan Wouter Versluis * Frederik Mathiesen * Stéphane Bidoul +* Rigó Ernő \ No newline at end of file diff --git a/CHANGELOG.rst b/CHANGELOG.rst index db9ae28..e7d0c36 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,12 @@ Changelog ========= +1.6.3 (2021-08-05) +------------------ + + - (Fixed) ``Statechart.remove_state`` no longer resets all initial states and all history states (`#110 `__, Rigó Ernő). + + 1.6.2 (2020-12-29) ------------------ diff --git a/sismic/__init__.py b/sismic/__init__.py index 47ee6f4..03a9c72 100644 --- a/sismic/__init__.py +++ b/sismic/__init__.py @@ -1,5 +1,5 @@ __package__ = 'sismic' -__version__ = '1.6.2' +__version__ = '1.6.3' __licence__ = 'LGPL3' __author__ = 'Alexandre Decan' __url__ = 'https://github.com/AlexandreDecan/sismic/'