Skip to content

Commit 8f83ca8

Browse files
committed
Bump version to 2.9.0
1 parent 0d23f81 commit 8f83ca8

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## [2.9.0] 2025-02-04
99

1010
### Added
1111

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ doctest_optionflags = [
8484
# ============================================================================
8585

8686
[tool.bumpversion]
87-
current_version = "2.8.1"
87+
current_version = "2.9.0"
8888
message = "Bump version to {new_version}"
8989
commit = true
9090
tag = true

src/compas/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
__copyright__ = "Copyright 2014-2022 - ETH Zurich, Copyright 2023 - COMPAS Association"
2121
__license__ = "MIT License"
2222
__email__ = "[email protected]"
23-
__version__ = "2.8.1"
23+
__version__ = "2.9.0"
2424

2525

2626
HERE = compas._os.realpath(os.path.dirname(__file__))

src/compas_blender/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
pass
1212

1313

14-
__version__ = "2.8.1"
14+
__version__ = "2.9.0"
1515

1616

1717
INSTALLABLE_PACKAGES = ["compas", "compas_blender"]

src/compas_ghpython/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from compas_rhino import unload_modules # noqa: F401
1010

1111

12-
__version__ = "2.8.1"
12+
__version__ = "2.9.0"
1313

1414
__all__ = [
1515
"get_grasshopper_managedplugin_path",

src/compas_rhino/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import compas._os
88
from compas_rhino.devtools import DevTools
99

10-
__version__ = "2.8.1"
10+
__version__ = "2.9.0"
1111

1212

1313
PURGE_ON_DELETE = True

0 commit comments

Comments
 (0)