Skip to content

Commit 3e3ae0c

Browse files
committed
Bump version to v0.1.2 for release
1 parent 252635a commit 3e3ae0c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
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.1.2](https://github.com/ykumards/simtorch/releases/tag/v0.1.2) - 2022-11-20
11+
1012
## [v0.1.1](https://github.com/ykumards/simtorch/releases/tag/v0.1.1) - 2022-11-20
1113

1214
## [v0.1.0](https://github.com/ykumards/simtorch/releases/tag/v0.1.0) - 2022-11-20

simtorch/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
_MINOR = "1"
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)