Skip to content

Commit ff4ba97

Browse files
committed
Bump version: 49.3.1 → 49.3.2
1 parent b71cc92 commit ff4ba97

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
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 = 49.3.1
2+
current_version = 49.3.2
33
commit = True
44
tag = True
55

CHANGES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
v49.3.2
2+
-------
3+
4+
* #2300: Improve the ``safe_version`` function documentation
5+
* #2297: Once again, in stubs prefer exec_module to the deprecated load_module.
6+
7+
18
v49.3.1
29
--------
310

changelog.d/2297.misc.rst

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

changelog.d/2300.doc.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
@@ -16,7 +16,7 @@ formats = zip
1616

1717
[metadata]
1818
name = setuptools
19-
version = 49.3.1
19+
version = 49.3.2
2020
description = Easily download, build, install, upgrade, and uninstall Python packages
2121
author = Python Packaging Authority
2222
author_email = [email protected]

0 commit comments

Comments
 (0)