From a3e6e68365079642d8949b26ecb810751cc15ef1 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Wed, 21 Aug 2019 04:50:43 -0400 Subject: =?UTF-8?q?Bump=20version:=2041.1.0=20=E2=86=92=2041.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CHANGES.rst | 8 ++++++++ changelog.d/1565.misc.rst | 2 -- changelog.d/479.change.rst | 1 - setup.cfg | 2 +- 5 files changed, 10 insertions(+), 5 deletions(-) delete mode 100644 changelog.d/1565.misc.rst delete mode 100644 changelog.d/479.change.rst diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5a453660..5e7e8ee4 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 41.1.0 +current_version = 41.2.0 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index 9f9603c0..84007b31 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,11 @@ +v41.2.0 +------- + +* #479: Remove some usage of the deprecated ``imp`` module. +* #1565: Changed html_sidebars from string to list of string as per + https://www.sphinx-doc.org/en/master/changes.html#id58 + + v41.1.0 ------- diff --git a/changelog.d/1565.misc.rst b/changelog.d/1565.misc.rst deleted file mode 100644 index ca15573a..00000000 --- a/changelog.d/1565.misc.rst +++ /dev/null @@ -1,2 +0,0 @@ -Changed html_sidebars from string to list of string as per -https://www.sphinx-doc.org/en/master/changes.html#id58 diff --git a/changelog.d/479.change.rst b/changelog.d/479.change.rst deleted file mode 100644 index d494c0fc..00000000 --- a/changelog.d/479.change.rst +++ /dev/null @@ -1 +0,0 @@ -Remove some usage of the deprecated ``imp`` module. diff --git a/setup.cfg b/setup.cfg index 3bcf4429..96792dd3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,7 +19,7 @@ universal = 1 [metadata] name = setuptools -version = 41.1.0 +version = 41.2.0 description = Easily download, build, install, upgrade, and uninstall Python packages author = Python Packaging Authority author_email = distutils-sig@python.org -- cgit v1.2.1