From d91c633fb54f84a63ada202cacc8f1e873dc815e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 09:12:06 +0000 Subject: [PATCH] Prepare release v1.1.1 --- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- src/compas_threejs/__init__.py | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index accb91a..fa7a824 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed +## [1.1.1] - 2026-09-07 + +### Added + +### Changed + +### Removed + + ## [1.1.0] - 2026-09-07 ### Added diff --git a/pyproject.toml b/pyproject.toml index bae4377..2dde643 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ docstring-code-format = true docstring-code-line-length = "dynamic" [tool.bumpversion] -current_version = "1.1.0" +current_version = "1.1.1" message = "Bump version to {new_version}" commit = true tag = true diff --git a/src/compas_threejs/__init__.py b/src/compas_threejs/__init__.py index fb2702d..f51bad4 100644 --- a/src/compas_threejs/__init__.py +++ b/src/compas_threejs/__init__.py @@ -1,6 +1,6 @@ """COMPAS ThreeJS - A lightweight Three.js viewer for COMPAS using Protobuf.""" -__version__ = "1.1.0" +__version__ = "1.1.1" __author__ = "Eric Gozzi, Nicolas Benjamin Boscoboinik" __email__ = "eric.gozzi@arch.ethz.ch" __license__ = "MIT"