diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-01-16 22:09:51 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2021-01-16 22:09:51 -0500 |
| commit | 6b44f948ca40ee490c59d216a0e859d17431742a (patch) | |
| tree | a46f576c5e831f39e4c88e1c7076e36c55342ae2 | |
| parent | 5156278555fa20234db59f81097bee8cd7b5aaf4 (diff) | |
| download | python-setuptools-git-51.3.1.tar.gz | |
Bump version: 51.3.0 → 51.3.1v51.3.1
| -rw-r--r-- | .bumpversion.cfg | 2 | ||||
| -rw-r--r-- | CHANGES.rst | 9 | ||||
| -rw-r--r-- | setup.cfg | 2 |
3 files changed, 11 insertions, 2 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0789cb98..2cb50290 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 51.3.0 +current_version = 51.3.1 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index 48669d99..2be5fa2f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,12 @@ +v51.3.1 +------- + + +Misc +^^^^ +* #2536: Reverted tag deduplication handling. + + v51.3.0 ------- @@ -2,7 +2,7 @@ license_files = LICENSE name = setuptools -version = 51.3.0 +version = 51.3.1 author = Python Packaging Authority author_email = distutils-sig@python.org description = Easily download, build, install, upgrade, and uninstall Python packages |
