We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 035df21 commit fdc981eCopy full SHA for fdc981e
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.15.0](https://github.com/gagan3012/PolyDeDupe/releases/tag/v0.15.0) - 2023-11-28
11
+
12
## [v0.14.0](https://github.com/gagan3012/PolyDeDupe/releases/tag/v0.14.0) - 2023-11-28
13
14
## [v0.13.0](https://github.com/gagan3012/PolyDeDupe/releases/tag/v0.13.0) - 2023-11-28
PolyDeDupe/version.py
@@ -1,5 +1,5 @@
1
_MAJOR = "0"
2
-_MINOR = "14"
+_MINOR = "15"
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