Skip to content

Commit a2007cf

Browse files
committed
Bump version to v0.6.2 for release
1 parent fc1ac87 commit a2007cf

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## [v0.6.2](https://github.com/replane-dev/replane-python/releases/tag/v0.6.2) - 2026-01-05
11+
1012
## [v0.6.1](https://github.com/replane-dev/replane-python/releases/tag/v0.6.1) - 2026-01-05
1113

1214
## [v0.6.0](https://github.com/replane-dev/replane-python/releases/tag/v0.6.0) - 2026-01-05

replane/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
_MINOR = "6"
33
# On main and in a nightly release the patch should be one ahead of the last
44
# released build.
5-
_PATCH = "1"
5+
_PATCH = "2"
66
# This is mainly for nightly builds which have the suffix ".dev$DATE". See
77
# https://semver.org/#is-v123-a-semantic-version for the semantics.
88
_SUFFIX = ""

0 commit comments

Comments
 (0)