We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c24dce commit cec7fe1Copy full SHA for cec7fe1
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.1.5](https://github.com/replane-dev/replane-python/releases/tag/v0.1.5) - 2025-12-20
11
+
12
## [v0.1.4](https://github.com/replane-dev/replane-python/releases/tag/v0.1.4) - 2025-12-20
13
14
## [v0.1.3](https://github.com/replane-dev/replane-python/releases/tag/v0.1.3) - 2025-12-20
replane/version.py
@@ -2,7 +2,7 @@
2
_MINOR = "1"
3
# On main and in a nightly release the patch should be one ahead of the last
4
# released build.
5
-_PATCH = "4"
+_PATCH = "5"
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