diff options
| author | Paul Ganssle <paul@ganssle.io> | 2020-08-10 11:02:31 -0400 |
|---|---|---|
| committer | Paul Ganssle <paul@ganssle.io> | 2020-08-10 11:02:31 -0400 |
| commit | 0b111ad040887a39e4821ebe5198d4246af0253c (patch) | |
| tree | 3929037c277ff3416acdab47b794b370a44e0230 | |
| parent | ccb4cb20d1fed12bbe8fd6c334036d9dfa67cd32 (diff) | |
| download | python-setuptools-git-49.3.1.tar.gz | |
Bump version: 49.3.0 → 49.3.1v49.3.1
| -rw-r--r-- | .bumpversion.cfg | 2 | ||||
| -rw-r--r-- | CHANGES.rst | 6 | ||||
| -rw-r--r-- | changelog.d/2316.change.rst | 1 | ||||
| -rw-r--r-- | setup.cfg | 2 |
4 files changed, 8 insertions, 3 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 99e5def8..bb1e621f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 49.3.0 +current_version = 49.3.1 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index da0eada3..df0230e7 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,9 @@ +vv49.3.1 +-------- + +* #2316: Removed warning when ``distutils`` is imported before ``setuptools`` when ``distutils`` replacement is not enabled. + + v49.3.0 ------- diff --git a/changelog.d/2316.change.rst b/changelog.d/2316.change.rst deleted file mode 100644 index 7d506b09..00000000 --- a/changelog.d/2316.change.rst +++ /dev/null @@ -1 +0,0 @@ -Removed warning when ``distutils`` is imported before ``setuptools`` when ``distutils`` replacement is not enabled. @@ -16,7 +16,7 @@ formats = zip [metadata] name = setuptools -version = 49.3.0 +version = 49.3.1 description = Easily download, build, install, upgrade, and uninstall Python packages author = Python Packaging Authority author_email = distutils-sig@python.org |
