diff options
| author | Jason R. Coombs <jaraco@Karui-Tatchi.lan> | 2020-03-25 14:27:44 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@Karui-Tatchi.lan> | 2020-03-25 14:27:44 -0400 |
| commit | 3aeec3f0e989516e9229d9a75f5a038929dee6a6 (patch) | |
| tree | 60490e0c1cf6df6befeeba12989ba6bad7f7cf78 | |
| parent | 7e2f30748482a4d8daed9071dc7f6168de6267d5 (diff) | |
| download | python-setuptools-git-46.1.3.tar.gz | |
Bump version: 46.1.2 → 46.1.3v46.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 4a54253c..00cbdc7a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 46.1.2 +current_version = 46.1.3 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index 672355af..ac61c178 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,9 @@ +v46.1.3 +------- + +No significant changes. + + v46.1.2 ------- @@ -16,7 +16,7 @@ formats = zip [metadata] name = setuptools -version = 46.1.2 +version = 46.1.3 description = Easily download, build, install, upgrade, and uninstall Python packages author = Python Packaging Authority author_email = distutils-sig@python.org |
