From 536d6f3371dd8dc5f10dbf38d05019d0317b46c3 Mon Sep 17 00:00:00 2001 From: erns_jn Date: Mon, 12 Aug 2024 14:10:25 +0200 Subject: [PATCH] chore(version): Update to version 2.1.4 --- .bumpversion.cfg | 2 +- CHANGELOG.rst | 9 +++++++++ CITATION.cff | 4 ++-- VERSION | 2 +- pyproject.toml | 2 +- source/pyproject.toml | 2 +- 6 files changed, 15 insertions(+), 6 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index f6b1e20af..864f1995a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.1.3 +current_version = 2.1.4 [bumpversion:glob:**/pyproject.toml] search = version = "{current_version}" # Handled by bump2version diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ebb4831cd..b157e68ff 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,15 @@ Changelog Information about :ref:`RAFCON` changes in each release will be published here. More details can be found in the `GIT commit log `__. +2.1.4 +"""""" + - Bug fixes: + - Fixed bug where data port would not reset properly + - Fixed bug when relocating an existing data flow + + - Miscellaneous: + - Added proper deletion of gvm variables on shutdown + 2.1.3 """""" - Bug fixes: diff --git a/CITATION.cff b/CITATION.cff index ccbab965f..4ba1ba37d 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -3,8 +3,8 @@ cff-version: "1.2.0" message: "If you use this software, please cite it using these metadata." title: RAFCON -version: 2.1.3 # Handled by bump2version -date-released: 2024-04-19 +version: 2.1.4 # Handled by bump2version +date-released: 2024-08-12 license: EPL-1.0 doi: "10.5281/zenodo.1493058" authors: diff --git a/VERSION b/VERSION index ac2cdeba0..7d2ed7c70 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.3 +2.1.4 diff --git a/pyproject.toml b/pyproject.toml index 8285b844b..3adc8f6e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "rafcon" -version = "2.1.3" # Handled by bump2version +version = "2.1.4" # Handled by bump2version description = "Develop your robotic tasks with hierarchical state machines using an intuitive graphical user interface" keywords = ["state machine", "robotic", "FSM", "development", "GUI", "visual programming"] readme = "README.rst" diff --git a/source/pyproject.toml b/source/pyproject.toml index 6262dc04e..2045ba0a6 100644 --- a/source/pyproject.toml +++ b/source/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "jsonconversion<1.0.0,>=0.2.13", ] name = "rafcon-core" -version = "2.1.3" # Handled by bump2version +version = "2.1.4" # Handled by bump2version description = "Develop your robotic tasks with hierarchical state machines" keywords = [ "state machine",