]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix year
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 21 Nov 2021 16:50:27 +0000 (11:50 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 21 Nov 2021 16:50:27 +0000 (11:50 -0500)
Change-Id: I56a325fde167501a53b588cc1b69255238ac1dbb

doc/build/changelog/unreleased_14/7311.rst

index 69a522d526e5b1ed427f7ddda26739e0600b239d..bdf1a45daa80135b06089b725f7f4b4520ff7dca 100644 (file)
@@ -5,7 +5,7 @@
     Python 3.10 has deprecated "distutils" in favor of explicit use of
     "setuptools" in :pep:`632`; SQLAlchemy's setup.py has replaced imports
     accordingly. However, since setuptools itself only recently added the
-    replacement symbols mentioned in pep-632 as of November of 2022 in version
+    replacement symbols mentioned in pep-632 as of November of 2021 in version
     59.0.1, ``setup.py`` still has fallback imports to distutils, as SQLAlchemy
     1.4 does not have a hard setuptools versioning requirement at this time.
     SQLAlchemy 2.0 is expected to use a full :pep:`517` installation layout