From bc45a0cbd2aaeea851653915d63c591bb38509a0 Mon Sep 17 00:00:00 2001 From: tomvanmele Date: Fri, 13 Dec 2024 14:24:24 +0100 Subject: [PATCH] Bump version to 2.8.0 --- 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 a8c516d88a9..cf318e61fac 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.8.0] 2024-12-13 ### Added diff --git a/pyproject.toml b/pyproject.toml index 9bc6228ca12..4eb8fedda64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,7 +84,7 @@ doctest_optionflags = [ # ============================================================================ [tool.bumpversion] -current_version = "2.7.0" +current_version = "2.8.0" message = "Bump version to {new_version}" commit = true tag = true diff --git a/src/compas/__init__.py b/src/compas/__init__.py index 7c7a5f82932..f8ecc427af0 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.7.0" +__version__ = "2.8.0" HERE = compas._os.realpath(os.path.dirname(__file__)) diff --git a/src/compas_blender/__init__.py b/src/compas_blender/__init__.py index a32aedea967..e81daa0fa2b 100644 --- a/src/compas_blender/__init__.py +++ b/src/compas_blender/__init__.py @@ -11,7 +11,7 @@ pass -__version__ = "2.7.0" +__version__ = "2.8.0" INSTALLABLE_PACKAGES = ["compas", "compas_blender"] diff --git a/src/compas_ghpython/__init__.py b/src/compas_ghpython/__init__.py index df3082475f7..092a6d5dfa4 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.7.0" +__version__ = "2.8.0" __all__ = [ "get_grasshopper_managedplugin_path", diff --git a/src/compas_rhino/__init__.py b/src/compas_rhino/__init__.py index 46807df535b..eca4751a12a 100644 --- a/src/compas_rhino/__init__.py +++ b/src/compas_rhino/__init__.py @@ -7,7 +7,7 @@ import compas import compas._os -__version__ = "2.7.0" +__version__ = "2.8.0" PURGE_ON_DELETE = True