diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-12-28 21:45:52 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-12-28 21:45:52 -0500 |
| commit | 60c341b82f3ddb188823405225ec5cd5b217784c (patch) | |
| tree | 908f94f58bba4b590baff908676c558bbe4c809d | |
| parent | 4bc5bb337b52ff8619e2c0009ab6eb71678fa429 (diff) | |
| download | python-setuptools-git-51.1.1.tar.gz | |
Bump version: 51.1.0 → 51.1.1v51.1.1
| -rw-r--r-- | .bumpversion.cfg | 2 | ||||
| -rw-r--r-- | CHANGES.rst | 9 | ||||
| -rw-r--r-- | changelog.d/2525.misc.rst | 1 | ||||
| -rw-r--r-- | setup.cfg | 2 |
4 files changed, 11 insertions, 3 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d156dedb..60e7352f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 51.1.0 +current_version = 51.1.1 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index a9945d3c..ca76648b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,12 @@ +v51.1.1 +------- + + +Misc +^^^^ +* #2525: Avoid hitting network during test_virtualenv.test_test_command. + + v51.1.0 ------- diff --git a/changelog.d/2525.misc.rst b/changelog.d/2525.misc.rst deleted file mode 100644 index 8b590dce..00000000 --- a/changelog.d/2525.misc.rst +++ /dev/null @@ -1 +0,0 @@ -Avoid hitting network during test_virtualenv.test_test_command. @@ -1,7 +1,7 @@ [metadata] license_file = LICENSE name = setuptools -version = 51.1.0 +version = 51.1.1 author = Python Packaging Authority author_email = distutils-sig@python.org description = Easily download, build, install, upgrade, and uninstall Python packages |
