We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 968f860 commit 859bf7cCopy full SHA for 859bf7c
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.9.0](https://github.com/gagan3012/PolyDeDupe/releases/tag/v0.9.0) - 2023-11-27
11
+
12
## [v0.8.0](https://github.com/gagan3012/PolyDeDupe/releases/tag/v0.8.0) - 2023-11-27
13
14
## [v0.7.0](https://github.com/gagan3012/PolyDeDupe/releases/tag/v0.7.0) - 2023-11-27
PolyDeDupe/version.py
@@ -1,5 +1,5 @@
1
_MAJOR = "0"
2
-_MINOR = "8"
+_MINOR = "9"
3
# On main and in a nightly release the patch should be one ahead of the last
4
# released build.
5
_PATCH = "0"
0 commit comments