diff --git a/CHANGELOG.md b/CHANGELOG.md index a0115c1..34b9f0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed +## [1.1.4] 2026-08-13 + +### Added + +### Changed + +* Updated CI infrastructure to new `compas-dev/compas-actions` + +### Removed + + ## [1.1.3] 2026-08-13 ### Added diff --git a/pyproject.toml b/pyproject.toml index 0cadc92..1a1a81e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -129,7 +129,7 @@ doctest_optionflags = [ # ============================================================================ [tool.bumpversion] -current_version = "1.1.3" +current_version = "1.1.4" message = "Bump version to {new_version}" commit = false tag = false diff --git a/src/compas_pb/__init__.py b/src/compas_pb/__init__.py index 4c6d703..162677d 100644 --- a/src/compas_pb/__init__.py +++ b/src/compas_pb/__init__.py @@ -14,7 +14,7 @@ __copyright__ = "Gramazio Kohler Research" __license__ = "MIT License" __email__ = "kasirer@arch.ethz.ch" -__version__ = "1.1.3" +__version__ = "1.1.4" HERE = os.path.dirname(__file__)