summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2022-06-07 18:21:23 +0100
committerAnderson Bravalheri <andersonbravalheri@gmail.com>2022-06-07 18:21:23 +0100
commit37c6c7085989250e28a5743b05a3e72b1c72e64d (patch)
tree0314080536052550be598f03eb91b3ca0e8f18e3 /CHANGES.rst
parentb73b48078e9304c6c680b82abbd0f1fb85477934 (diff)
downloadpython-setuptools-git-62.3.3.tar.gz
Bump version: 62.3.2 → 62.3.3v62.3.3
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst15
1 files changed, 15 insertions, 0 deletions
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
-------