diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-02-25 08:58:43 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2021-02-25 08:58:43 -0500 |
| commit | fa14483daaf6f0479d109d1b3cab3f1e1bef6894 (patch) | |
| tree | 43bcea5c00aaea9ec97af9844d9aa26642378961 | |
| parent | 72c7a6c4eeaf83e72e2482cd670fd1b21fa6fcc9 (diff) | |
| download | python-setuptools-git-53.1.0.tar.gz | |
Bump version: 53.0.0 → 53.1.0v53.1.0
| -rw-r--r-- | .bumpversion.cfg | 2 | ||||
| -rw-r--r-- | CHANGES.rst | 11 | ||||
| -rw-r--r-- | changelog.d/1937.change.rst | 1 | ||||
| -rw-r--r-- | changelog.d/2573.change.rst | 2 | ||||
| -rw-r--r-- | setup.cfg | 2 |
5 files changed, 13 insertions, 5 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d1195259..a408627e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 53.0.0 +current_version = 53.1.0 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index 93eae687..7e8c28bf 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,14 @@ +v53.1.0 +------- + + +Changes +^^^^^^^ +* #1937: Preserved case-sensitivity of keys in setup.cfg so that entry point names are case-sensitive. Changed sensitivity of configparser. NOTE: Any projects relying on case-insensitivity will need to adapt to accept the original case as published. -- by :user:`melissa-kun-li` +* #2573: Fixed error in uploading a Sphinx doc with the :code:`upload_docs` command. An html builder will be used. + Note: :code:`upload_docs` is deprecated for PyPi, but is supported for other sites -- by :user:`melissa-kun-li` + + v53.0.0 ------- diff --git a/changelog.d/1937.change.rst b/changelog.d/1937.change.rst deleted file mode 100644 index acd43059..00000000 --- a/changelog.d/1937.change.rst +++ /dev/null @@ -1 +0,0 @@ -Preserved case-sensitivity of keys in setup.cfg so that entry point names are case-sensitive. Changed sensitivity of configparser. NOTE: Any projects relying on case-insensitivity will need to adapt to accept the original case as published. -- by :user:`melissa-kun-li`
\ No newline at end of file diff --git a/changelog.d/2573.change.rst b/changelog.d/2573.change.rst deleted file mode 100644 index b06bd8c9..00000000 --- a/changelog.d/2573.change.rst +++ /dev/null @@ -1,2 +0,0 @@ -Fixed error in uploading a Sphinx doc with the :code:`upload_docs` command. An html builder will be used. -Note: :code:`upload_docs` is deprecated for PyPi, but is supported for other sites -- by :user:`melissa-kun-li`
\ No newline at end of file @@ -2,7 +2,7 @@ license_files = LICENSE name = setuptools -version = 53.0.0 +version = 53.1.0 author = Python Packaging Authority author_email = distutils-sig@python.org description = Easily download, build, install, upgrade, and uninstall Python packages |
