We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8ed074 commit 799c3a5Copy full SHA for 799c3a5
3 files changed
CHANGELOG.md
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
-## Unreleased
+## [0.5.3] 2025-05-31
9
10
### Added
11
pyproject.toml
@@ -78,7 +78,7 @@ doctest_optionflags = [
78
# ============================================================================
79
80
[tool.bumpversion]
81
-current_version = "0.5.2"
+current_version = "0.5.3"
82
message = "Bump version to {new_version}"
83
commit = true
84
tag = true
src/compas_session/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.5.2"
+__version__ = "0.5.3"
0 commit comments