summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2022-11-29 08:51:35 +0100
committerMichael Howitz <mh@gocept.com>2022-11-29 08:51:35 +0100
commit13d0c5b31611536bcce7f52661dd8f1580b818bf (patch)
tree87f5df1bc9622cdbdfb915447e29e915f016b393
parent149e734d2db75f37c72d49a5509c07de91f97074 (diff)
downloadzope-location-13d0c5b31611536bcce7f52661dd8f1580b818bf.tar.gz
Preparing release 4.34.3
-rw-r--r--CHANGES.rst2
-rw-r--r--setup.py2
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.
diff --git a/setup.py b/setup.py
index 1f4fda8..5afe67f 100644
--- a/setup.py
+++ b/setup.py
@@ -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',