diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-07-03 18:17:36 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-07-03 18:17:36 -0400 |
| commit | 4beda61c99b9063cc2b4b8a9f099a842d99a3b6b (patch) | |
| tree | 11abc6e8242e622aa17a2ce5e832162052cc75f8 | |
| parent | 86d7fbe590490206d1cef4cc0973857dd4d5fa3e (diff) | |
| download | python-setuptools-git-49.1.0.tar.gz | |
Bump version: 49.0.0 → 49.1.0v49.1.0
| -rw-r--r-- | .bumpversion.cfg | 2 | ||||
| -rw-r--r-- | CHANGES.rst | 6 | ||||
| -rw-r--r-- | changelog.d/2228.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 05ff5f18..f2f2b271 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 49.0.0 +current_version = 49.1.0 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index bd67931d..26586fbd 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,9 @@ +v49.1.0 +------- + +* #2228: Disabled distutils adoption for now while emergent issues are addressed. + + v49.0.0 ------- diff --git a/changelog.d/2228.change.rst b/changelog.d/2228.change.rst deleted file mode 100644 index 82cf8a05..00000000 --- a/changelog.d/2228.change.rst +++ /dev/null @@ -1 +0,0 @@ -Disabled distutils adoption for now while emergent issues are addressed. @@ -16,7 +16,7 @@ formats = zip [metadata] name = setuptools -version = 49.0.0 +version = 49.1.0 description = Easily download, build, install, upgrade, and uninstall Python packages author = Python Packaging Authority author_email = distutils-sig@python.org |
