diff options
| author | Michael Howitz <mh@gocept.com> | 2022-11-29 08:51:35 +0100 |
|---|---|---|
| committer | Michael Howitz <mh@gocept.com> | 2022-11-29 08:51:35 +0100 |
| commit | 13d0c5b31611536bcce7f52661dd8f1580b818bf (patch) | |
| tree | 87f5df1bc9622cdbdfb915447e29e915f016b393 | |
| parent | 149e734d2db75f37c72d49a5509c07de91f97074 (diff) | |
| download | zope-location-13d0c5b31611536bcce7f52661dd8f1580b818bf.tar.gz | |
Preparing release 4.34.3
| -rw-r--r-- | CHANGES.rst | 2 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index f98e012..157bd53 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,7 +2,7 @@ Changes ========= -4.3 (unreleased) +4.3 (2022-11-29) ================ - Add support for Python 3.8, 3.9, 3.10, 3.11. @@ -48,7 +48,7 @@ DOCS_REQUIRE = [ ] + ZCML_REQUIRES + COMPONENT_REQUIRES # doctest snippets need these setup(name='zope.location', - version='4.3.dev0', + version='4.3', author='Zope Corporation and Contributors', author_email='zope-dev@zope.org', description='Zope Location', |
