diff options
| author | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-06-07 18:21:23 +0100 |
|---|---|---|
| committer | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-06-07 18:21:23 +0100 |
| commit | 37c6c7085989250e28a5743b05a3e72b1c72e64d (patch) | |
| tree | 0314080536052550be598f03eb91b3ca0e8f18e3 | |
| parent | b73b48078e9304c6c680b82abbd0f1fb85477934 (diff) | |
| download | python-setuptools-git-62.3.3.tar.gz | |
Bump version: 62.3.2 → 62.3.3v62.3.3
| -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 |
