From 37c1b6bddb20f07457912609f9934a9eefa7c006 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:20:41 +0000 Subject: [PATCH] Prepare release v1.0.0 --- 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 236504c..38d413d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +### Changed + +### Removed + + +## [1.0.0] - 2026-08-13 + +### Added + - Public package documentation and release-oriented README - Continuous integration for tests, documentation, and changelog verification diff --git a/pyproject.toml b/pyproject.toml index b5c4b23..f3bf855 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ docstring-code-format = true docstring-code-line-length = "dynamic" [tool.bumpversion] -current_version = "0.1.0" +current_version = "1.0.0" 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 f2bb5b8..ada6fbc 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__ = "0.1.0" +__version__ = "1.0.0" __author__ = "Eric Gozzi, Nicolas Benjamin Boscoboinik" __email__ = "eric.gozzi@arch.ethz.ch" __license__ = "MIT"