diff options
| -rw-r--r-- | .bumpversion.cfg | 2 | ||||
| -rw-r--r-- | CHANGES.rst | 7 | ||||
| -rw-r--r-- | changelog.d/1557.change.rst | 1 | ||||
| -rw-r--r-- | changelog.d/1904.change.rst | 1 | ||||
| -rw-r--r-- | setup.cfg | 2 |
5 files changed, 9 insertions, 4 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8e86f31f..c438b5a8 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 45.2.0 +current_version = 45.3.0 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index f97f5142..e35c4472 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,10 @@ +v45.3.0 +------- + +* #1557: Deprecated eggsecutable scripts and updated docs. +* #1904: Update msvc.py to use CPython 3.8.0 mechanism to find msvc 14+ + + v45.2.0 ------- diff --git a/changelog.d/1557.change.rst b/changelog.d/1557.change.rst deleted file mode 100644 index 9f8af4a6..00000000 --- a/changelog.d/1557.change.rst +++ /dev/null @@ -1 +0,0 @@ -Deprecated eggsecutable scripts and updated docs. diff --git a/changelog.d/1904.change.rst b/changelog.d/1904.change.rst deleted file mode 100644 index fa4bbfd9..00000000 --- a/changelog.d/1904.change.rst +++ /dev/null @@ -1 +0,0 @@ -Update msvc.py to use CPython 3.8.0 mechanism to find msvc 14+ @@ -16,7 +16,7 @@ formats = zip [metadata] name = setuptools -version = 45.2.0 +version = 45.3.0 description = Easily download, build, install, upgrade, and uninstall Python packages author = Python Packaging Authority author_email = distutils-sig@python.org |
