Skip to content

Commit 6aa164d

Browse files
committed
Bump version: 63.3.0 → 63.4.0
1 parent 9b99694 commit 6aa164d

8 files changed

+23
-9
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 = 63.3.0
2+
current_version = 63.4.0
33
commit = True
44
tag = True
55

CHANGES.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
v63.4.0
2+
-------
3+
4+
5+
Changes
6+
^^^^^^^
7+
* #2971: ``upload_docs`` command is deprecated once again.
8+
* #3475: Merge with pypa/distutils@129480b, including substantial delinting and cleanup, some refactoring around compiler logic, better messaging in cygwincompiler (pypa/distutils#161).
9+
10+
Documentation changes
11+
^^^^^^^^^^^^^^^^^^^^^
12+
* #3443: Installed ``sphinx-hoverxref`` extension to show tooltips on internal an external references.
13+
-- by :user:`humitos`
14+
* #3444: Installed ``sphinx-notfound-page`` extension to generate nice 404 pages.
15+
-- by :user:`humitos`
16+
17+
Misc
18+
^^^^
19+
* #3480: Merge with pypa/distutils@c397f4c
20+
21+
122
v63.3.0
223
-------
324

changelog.d/2971.change.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/3443.doc.rst

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

changelog.d/3444.doc.rst

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

changelog.d/3475.change.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/3480.misc.rst

Lines changed: 0 additions & 1 deletion
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 = 63.3.0
3+
version = 63.4.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)