From b6fac1a5a3dafb41586852734a931736b698a9be Mon Sep 17 00:00:00 2001 From: Li Date: Wed, 26 Jun 2024 17:23:30 +0200 Subject: [PATCH] Bump version to 1.2.1 --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- src/compas_viewer/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5cbfd4668..5701e14821 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [1.2.1] 2024-06-26 ### Added diff --git a/pyproject.toml b/pyproject.toml index 3d6a2db219..ba0039a390 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ doctest_optionflags = [ # ============================================================================ [tool.bumpversion] -current_version = "1.2.0" +current_version = "1.2.1" message = "Bump version to {new_version}" commit = true tag = true diff --git a/src/compas_viewer/__init__.py b/src/compas_viewer/__init__.py index 6b92352aac..f5c14cc866 100644 --- a/src/compas_viewer/__init__.py +++ b/src/compas_viewer/__init__.py @@ -21,7 +21,7 @@ __copyright__ = "COMPAS Association" __license__ = "MIT License" __email__ = "li.chen@arch.ethz.ch" -__version__ = "1.2.0" +__version__ = "1.2.1" HERE = os.path.dirname(__file__)