Skip to content

Commit 859bf7c

Browse files
committed
Bump version to v0.9.0 for release
1 parent 968f860 commit 859bf7c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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.9.0](https://github.com/gagan3012/PolyDeDupe/releases/tag/v0.9.0) - 2023-11-27
11+
1012
## [v0.8.0](https://github.com/gagan3012/PolyDeDupe/releases/tag/v0.8.0) - 2023-11-27
1113

1214
## [v0.7.0](https://github.com/gagan3012/PolyDeDupe/releases/tag/v0.7.0) - 2023-11-27

PolyDeDupe/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
_MAJOR = "0"
2-
_MINOR = "8"
2+
_MINOR = "9"
33
# On main and in a nightly release the patch should be one ahead of the last
44
# released build.
55
_PATCH = "0"

0 commit comments

Comments
 (0)