diff options
| -rw-r--r-- | .bumpversion.cfg | 2 | ||||
| -rw-r--r-- | CHANGES.rst | 15 | ||||
| -rw-r--r-- | changelog.d/3331.doc.rst | 1 | ||||
| -rw-r--r-- | changelog.d/3332.doc.rst | 1 | ||||
| -rw-r--r-- | changelog.d/3335.doc.rst | 1 | ||||
| -rw-r--r-- | changelog.d/3336.misc.rst | 1 | ||||
| -rw-r--r-- | setup.cfg | 2 |
7 files changed, 17 insertions, 6 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 755cb1bd..987e30e6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 62.3.2 +current_version = 62.3.3 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index 4769bf2e..4d9c973e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,18 @@ +v62.3.3 +------- + + +Documentation changes +^^^^^^^^^^^^^^^^^^^^^ +* #3331: Replaced single backticks with double ones in ``CHANGES.rst`` -- by :user:`codeandfire` +* #3332: Fixed grammar/typos, modified example directory trees for src-layout and flat-layout -- by :user:`codeandfire` +* #3335: Changes to code snippets and other examples in the Data Files page of the User Guide -- by :user:`codeandfire` + +Misc +^^^^ +* #3336: Modified ``test_setup_install_includes_dependencies`` to work with custom ``PYTHONPATH`` –- by :user:`hroncok` + + v62.3.2 ------- diff --git a/changelog.d/3331.doc.rst b/changelog.d/3331.doc.rst deleted file mode 100644 index 28ce05b9..00000000 --- a/changelog.d/3331.doc.rst +++ /dev/null @@ -1 +0,0 @@ -Replaced single backticks with double ones in ``CHANGES.rst`` -- by :user:`codeandfire` diff --git a/changelog.d/3332.doc.rst b/changelog.d/3332.doc.rst deleted file mode 100644 index e1ff4fd0..00000000 --- a/changelog.d/3332.doc.rst +++ /dev/null @@ -1 +0,0 @@ -Fixed grammar/typos, modified example directory trees for src-layout and flat-layout -- by :user:`codeandfire` diff --git a/changelog.d/3335.doc.rst b/changelog.d/3335.doc.rst deleted file mode 100644 index 94c81d60..00000000 --- a/changelog.d/3335.doc.rst +++ /dev/null @@ -1 +0,0 @@ -Changes to code snippets and other examples in the Data Files page of the User Guide -- by :user:`codeandfire` diff --git a/changelog.d/3336.misc.rst b/changelog.d/3336.misc.rst deleted file mode 100644 index 288b1eb3..00000000 --- a/changelog.d/3336.misc.rst +++ /dev/null @@ -1 +0,0 @@ -Modified ``test_setup_install_includes_dependencies`` to work with custom ``PYTHONPATH`` –- by :user:`hroncok`
\ No newline at end of file @@ -1,6 +1,6 @@ [metadata] name = setuptools -version = 62.3.2 +version = 62.3.3 author = Python Packaging Authority author_email = distutils-sig@python.org description = Easily download, build, install, upgrade, and uninstall Python packages |
