diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-03-22 08:43:19 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2021-03-22 08:43:19 -0400 |
| commit | 99a9891ec20550421453ae60ebef5c8422f70e4c (patch) | |
| tree | 463bc17dbe26832195acd232709903f3559dcf18 | |
| parent | 85017457e4a1eef31f45f084ee76b8cde5734f53 (diff) | |
| download | python-setuptools-git-99a9891ec20550421453ae60ebef5c8422f70e4c.tar.gz | |
Bump version: 54.1.2 → 54.1.3v54.1.3
| -rw-r--r-- | .bumpversion.cfg | 2 | ||||
| -rw-r--r-- | CHANGES.rst | 6 | ||||
| -rw-r--r-- | setup.cfg | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2c0c640e..89f47f62 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 54.1.2 +current_version = 54.1.3 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index c8db71ee..8612991a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,9 @@ +v54.1.3 +------- + +No significant changes. + + v54.1.2 ------- @@ -2,7 +2,7 @@ license_files = LICENSE name = setuptools -version = 54.1.2 +version = 54.1.3 author = Python Packaging Authority author_email = distutils-sig@python.org description = Easily download, build, install, upgrade, and uninstall Python packages |
