We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc1ac87 commit a2007cfCopy full SHA for a2007cf
2 files changed
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## Unreleased
9
10
+## [v0.6.2](https://github.com/replane-dev/replane-python/releases/tag/v0.6.2) - 2026-01-05
11
+
12
## [v0.6.1](https://github.com/replane-dev/replane-python/releases/tag/v0.6.1) - 2026-01-05
13
14
## [v0.6.0](https://github.com/replane-dev/replane-python/releases/tag/v0.6.0) - 2026-01-05
replane/version.py
@@ -2,7 +2,7 @@
2
_MINOR = "6"
3
# On main and in a nightly release the patch should be one ahead of the last
4
# released build.
5
-_PATCH = "1"
+_PATCH = "2"
6
# This is mainly for nightly builds which have the suffix ".dev$DATE". See
# https://semver.org/#is-v123-a-semantic-version for the semantics.
_SUFFIX = ""
0 commit comments