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