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