We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 252635a commit 3e3ae0cCopy full SHA for 3e3ae0c
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.2](https://github.com/ykumards/simtorch/releases/tag/v0.1.2) - 2022-11-20
11
+
12
## [v0.1.1](https://github.com/ykumards/simtorch/releases/tag/v0.1.1) - 2022-11-20
13
14
## [v0.1.0](https://github.com/ykumards/simtorch/releases/tag/v0.1.0) - 2022-11-20
simtorch/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 = "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