From b5cebfbf7796b71f7ce27eb830b5cb7bf2a86790 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 15:32:08 +0000 Subject: [PATCH] Prepare release v1.0.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 5b23413..08c047f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +### Removed + + +## [1.0.1] - 2026-08-13 + +### Added + +### Changed + - Aligned the release pipeline with `compas_pb` so publishing from `main` can proceed to GitHub release creation and documentation deployment - Added package, Python, license, build, documentation, and COMPAS badges to the README - Consolidated documentation automation in the release workflow diff --git a/pyproject.toml b/pyproject.toml index f3bf855..89610d0 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.0.0" +current_version = "1.0.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 ada6fbc..f5b6084 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.0.0" +__version__ = "1.0.1" __author__ = "Eric Gozzi, Nicolas Benjamin Boscoboinik" __email__ = "eric.gozzi@arch.ethz.ch" __license__ = "MIT"