Skip to content

Commit a3e6e68

Browse files
committed
Bump version: 41.1.0 → 41.2.0
1 parent 3523319 commit a3e6e68

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
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 = 41.1.0
2+
current_version = 41.2.0
33
commit = True
44
tag = True
55

CHANGES.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
v41.2.0
2+
-------
3+
4+
* #479: Remove some usage of the deprecated ``imp`` module.
5+
* #1565: Changed html_sidebars from string to list of string as per
6+
https://www.sphinx-doc.org/en/master/changes.html#id58
7+
8+
19
v41.1.0
210
-------
311

changelog.d/1565.misc.rst

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

changelog.d/479.change.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
@@ -19,7 +19,7 @@ universal = 1
1919

2020
[metadata]
2121
name = setuptools
22-
version = 41.1.0
22+
version = 41.2.0
2323
description = Easily download, build, install, upgrade, and uninstall Python packages
2424
author = Python Packaging Authority
2525
author_email = [email protected]

0 commit comments

Comments
 (0)