[bumpversion]
-current_version = 62.3.0
+current_version = 62.3.1
commit = True
tag = True
+v62.3.1
+-------
+
+
+Misc
+^^^^
+* #3320: Fixed typo which causes ``namespace_packages`` to raise an error instead of
+ warning.
+
+
v62.3.0
-------
[metadata]
name = setuptools
-version = 62.3.0
+version = 62.3.1
author = Python Packaging Authority
author_email = distutils-sig@python.org
description = Easily download, build, install, upgrade, and uninstall Python packages
)
msg = (
"The namespace_packages parameter is deprecated, "
- "consider using implicit namespaces instead (PEP 420).",
+ "consider using implicit namespaces instead (PEP 420)."
)
warnings.warn(msg, SetuptoolsDeprecationWarning)