File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+ ## [ v1.0.0] ( https://github.com/replane-dev/replane-python/releases/tag/v1.0.0 ) - 2026-01-07
11+
1012## [ v0.6.2] ( https://github.com/replane-dev/replane-python/releases/tag/v0.6.2 ) - 2026-01-05
1113
1214## [ v0.6.1] ( https://github.com/replane-dev/replane-python/releases/tag/v0.6.1 ) - 2026-01-05
Original file line number Diff line number Diff line change 1- _MAJOR = "0 "
2- _MINOR = "6 "
1+ _MAJOR = "1 "
2+ _MINOR = "0 "
33# On main and in a nightly release the patch should be one ahead of the last
44# released build.
5- _PATCH = "2 "
5+ _PATCH = "0 "
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 = ""
You can’t perform that action at this time.
0 commit comments