From 86b9b43bc65a84db30669ff97484e44617258325 Mon Sep 17 00:00:00 2001 From: Li Chen Date: Sun, 25 Aug 2024 15:41:25 +0200 Subject: [PATCH] Bump version to 1.3.1 --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- src/compas_ifc/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd3f87d..2e2872b 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.3.1] 2024-08-25 ### Added diff --git a/pyproject.toml b/pyproject.toml index c8afd89..a654e6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ doctest_optionflags = [ # ============================================================================ [tool.bumpversion] -current_version = "1.3.0" +current_version = "1.3.1" message = "Bump version to {new_version}" commit = true tag = true diff --git a/src/compas_ifc/__init__.py b/src/compas_ifc/__init__.py index 511635e..26899f9 100644 --- a/src/compas_ifc/__init__.py +++ b/src/compas_ifc/__init__.py @@ -28,7 +28,7 @@ __copyright__ = "ETH Zurich" __license__ = "MIT License" __email__ = "van.mele@arch.ethz.ch" -__version__ = "1.3.0" +__version__ = "1.3.1" HERE = os.path.dirname(__file__)