diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4a54253c72..00cbdc7a3b 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 672355af58..ac61c17882 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,9 @@ +v46.1.3 +------- + +No significant changes. + + v46.1.2 ------- diff --git a/setup.cfg b/setup.cfg index 8347dede59..60838efce3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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