From 8dd40a60bc06d3ffe6d4c5e27cb06e3111d53e28 Mon Sep 17 00:00:00 2001 From: Gonzalo Casas Date: Tue, 17 Sep 2024 06:13:06 +0200 Subject: [PATCH] Bump version to 2.4.2 --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- src/compas/__init__.py | 2 +- src/compas_blender/__init__.py | 2 +- src/compas_ghpython/__init__.py | 2 +- src/compas_rhino/__init__.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 597b29ab008..7f36525513a 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 +## [2.4.2] 2024-09-17 ### Added diff --git a/pyproject.toml b/pyproject.toml index 0581a072f44..c84323dfa84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,7 +84,7 @@ doctest_optionflags = [ # ============================================================================ [tool.bumpversion] -current_version = "2.4.1" +current_version = "2.4.2" message = "Bump version to {new_version}" commit = true tag = true diff --git a/src/compas/__init__.py b/src/compas/__init__.py index 0b183997468..e16488b473c 100644 --- a/src/compas/__init__.py +++ b/src/compas/__init__.py @@ -20,7 +20,7 @@ __copyright__ = "Copyright 2014-2022 - ETH Zurich, Copyright 2023 - COMPAS Association" __license__ = "MIT License" __email__ = "tom.v.mele@gmail.com" -__version__ = "2.4.1" +__version__ = "2.4.2" HERE = compas._os.realpath(os.path.dirname(__file__)) diff --git a/src/compas_blender/__init__.py b/src/compas_blender/__init__.py index 6985154c0a6..e750ce42449 100644 --- a/src/compas_blender/__init__.py +++ b/src/compas_blender/__init__.py @@ -11,7 +11,7 @@ pass -__version__ = "2.4.1" +__version__ = "2.4.2" INSTALLABLE_PACKAGES = ["compas", "compas_blender"] diff --git a/src/compas_ghpython/__init__.py b/src/compas_ghpython/__init__.py index d75892f769a..cbb14b4fe13 100644 --- a/src/compas_ghpython/__init__.py +++ b/src/compas_ghpython/__init__.py @@ -9,7 +9,7 @@ from compas_rhino import unload_modules # noqa: F401 -__version__ = "2.4.1" +__version__ = "2.4.2" if compas.is_rhino(): from .utilities import * # noqa: F401 F403 diff --git a/src/compas_rhino/__init__.py b/src/compas_rhino/__init__.py index c52f1cb41be..9eeb8bb5bc9 100644 --- a/src/compas_rhino/__init__.py +++ b/src/compas_rhino/__init__.py @@ -7,7 +7,7 @@ import compas import compas._os -__version__ = "2.4.1" +__version__ = "2.4.2" PURGE_ON_DELETE = True