summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Groszer <agroszer@gmail.com>2019-01-03 15:00:19 +0100
committerAdam Groszer <agroszer@gmail.com>2019-01-03 15:00:19 +0100
commit6c53532c6fa438524236260b0e3e553dfe1716e6 (patch)
treeac558eac07f0ff93b1e906f755850050779d71bb
parent37545f7c6efebf38f169e632b80bd8868148be13 (diff)
downloadzope-security-6c53532c6fa438524236260b0e3e553dfe1716e6.tar.gz
Preparing release 4.3.14.3.1
-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 618802e..e6e6987 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,7 +2,7 @@
Changes
=========
-4.3.1 (unreleased)
+4.3.1 (2019-01-03)
==================
- Fix the decimal.Decimal checker, ``__truediv__`` was missing causing
diff --git a/setup.py b/setup.py
index bb5516a..58cf819 100644
--- a/setup.py
+++ b/setup.py
@@ -132,7 +132,7 @@ TESTS_REQUIRE = [
setup(name='zope.security',
- version='4.3.1.dev0',
+ version='4.3.1',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Security Framework',