diff options
| author | Jason R. Coombs <jaraco@Karui-Tatchi.lan> | 2020-03-21 15:01:42 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@Karui-Tatchi.lan> | 2020-03-21 15:01:42 -0400 |
| commit | 87fbe76a1d544a14abea34ca0824096eb7c37b38 (patch) | |
| tree | afbe76ce0d5ac9e05baebd3299431e2330a2c702 | |
| parent | 936a8c68afacd56d4bcdf8412fe0c9ed6fe4dc09 (diff) | |
| download | external_python_setuptools-87fbe76a1d544a14abea34ca0824096eb7c37b38.tar.gz external_python_setuptools-87fbe76a1d544a14abea34ca0824096eb7c37b38.tar.bz2 external_python_setuptools-87fbe76a1d544a14abea34ca0824096eb7c37b38.zip | |
Bump version: 46.1.0 → 46.1.1v46.1.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 28a327b2..03fe7b43 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 46.1.0 +current_version = 46.1.1 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index 12680a4d..1edbd12a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,9 @@ +v46.1.1 +------- + +No significant changes. + + v46.1.0 ------- @@ -16,7 +16,7 @@ formats = zip [metadata] name = setuptools -version = 46.1.0 +version = 46.1.1 description = Easily download, build, install, upgrade, and uninstall Python packages author = Python Packaging Authority author_email = distutils-sig@python.org |
