diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-05-15 06:10:33 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-05-15 06:10:33 -0400 |
| commit | e04c75ab906caadff4609ef34de8973c8e92eff8 (patch) | |
| tree | efbf5d7c294328bea499b34c697865d8f447cf36 | |
| parent | 5ccaa70e0917bba8e411ebd8b8f15384ed352fcd (diff) | |
| download | python-setuptools-git-46.3.1.tar.gz | |
Bump version: 46.3.0 → 46.3.1v46.3.1
| -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 09a3be97..4ee92185 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 46.3.0 +current_version = 46.3.1 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index 97934531..fd3c16ba 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,9 @@ +v46.3.1 +------- + +No significant changes. + + v46.3.0 ------- @@ -16,7 +16,7 @@ formats = zip [metadata] name = setuptools -version = 46.3.0 +version = 46.3.1 description = Easily download, build, install, upgrade, and uninstall Python packages author = Python Packaging Authority author_email = distutils-sig@python.org |
