We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aa664f commit 8c63404Copy full SHA for 8c63404
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.0] 2025-05-30
9
10
### Added
11
pyproject.toml
@@ -78,7 +78,7 @@ doctest_optionflags = [
78
# ============================================================================
79
80
[tool.bumpversion]
81
-current_version = "0.4.5"
+current_version = "0.5.0"
82
message = "Bump version to {new_version}"
83
commit = true
84
tag = true
src/compas_session/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.4.5"
+__version__ = "0.5.0"
0 commit comments