Skip to content

Commit bd37bfc

Browse files
committed
Bump version: 67.2.0 → 67.3.0
1 parent 2bda269 commit bd37bfc

File tree

7 files changed

+29
-15
lines changed

7 files changed

+29
-15
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 67.2.0
2+
current_version = 67.3.0
33
commit = True
44
tag = True
55

CHANGES.rst

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
v67.3.0
2+
-------
3+
4+
5+
Deprecations
6+
^^^^^^^^^^^^
7+
* #3434: Added deprecation warning for ``pkg_resources.declare_namespace``.
8+
Users that wish to implement namespace packages, are recommended to follow the
9+
practice described in PEP 420 and omit the ``__init__.py`` file entirely.
10+
11+
Changes
12+
^^^^^^^
13+
* #3792: Reduced usage of ``pkg_resources`` in ``setuptools`` via internal
14+
restructuring and refactoring.
15+
16+
Misc
17+
^^^^
18+
* #3822: Added debugging tips for "editable mode" and update related docs.
19+
Instead of using a custom exception to display the help message to the user,
20+
``setuptools`` will now use a warning and re-raise the original exception.
21+
* #3822: Added clarification about ``editable_wheel`` and ``dist_info`` CLI commands:
22+
they should not be called directly with ``python setup.py ...``.
23+
Instead they are reserved for internal use of ``setuptools`` (effectively as "private" commands).
24+
Users are recommended to rely on build backend APIs (:pep:`517` and :pep:`660`)
25+
exposed by ``setuptools.build_meta``.
26+
27+
128
v67.2.0
229
-------
330

changelog.d/3434.deprecation.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelog.d/3792.change.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelog.d/3822.misc.1.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelog.d/3822.misc.2.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = setuptools
3-
version = 67.2.0
3+
version = 67.3.0
44
author = Python Packaging Authority
55
author_email = [email protected]
66
description = Easily download, build, install, upgrade, and uninstall Python packages

0 commit comments

Comments
 (0)