We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8df1840 commit efb1e00Copy full SHA for efb1e00
CHANGELOG.rst
@@ -4,6 +4,12 @@ In progress
4
* fix #587: don't fail file finders when distribution is not given
5
* fix #524: new parameters ``normalize`` and ``version_cls`` to customize the version normalization class.
6
* fix #585: switch from toml to tomli
7
+* fix #591: allow to opt in for searching parent directories in the api
8
+* fix #589: handle yaml encoding using the expected defaults
9
+* fix #575: recommend storing the version_module inside of ``mypkg/_version.py``
10
+* fix #571: accept branches starting with ``v`` as release branches
11
+* fix #557: Use ``packaging.version`` for ``version_tuple``
12
+* fix #544: enhance errors on unsupported python/setuptools versions
13
14
v6.0.1
15
=======
0 commit comments