From 14cbebce99283bc34aaaa7e20fae2dced5e169d1 Mon Sep 17 00:00:00 2001 From: tomvanmele Date: Sun, 10 Nov 2024 08:02:11 +0100 Subject: [PATCH] Bump version to 0.5.3 --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- src/compas_fd/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9175c82..b87528f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [0.5.3] 2024-11-10 ### Added diff --git a/pyproject.toml b/pyproject.toml index c810d36e..be02ac9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ doctest_optionflags = [ # ============================================================================ [tool.bumpversion] -current_version = "0.5.2" +current_version = "0.5.3" message = "Bump version to {new_version}" commit = true tag = true diff --git a/src/compas_fd/__init__.py b/src/compas_fd/__init__.py index a2a4f2c3..a22a6529 100644 --- a/src/compas_fd/__init__.py +++ b/src/compas_fd/__init__.py @@ -8,7 +8,7 @@ __copyright__ = "Block Research Group - ETH Zurich" __license__ = "MIT License" __email__ = "tom.v.mele@gmail.com" -__version__ = "0.5.2" +__version__ = "0.5.3" get = compas.get