summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2017-04-24 11:42:52 -0400
committerTres Seaver <tseaver@palladion.com>2017-04-24 11:42:52 -0400
commit40e58ec495da58dd458a38912ef900a6b6e70a9e (patch)
tree603fe39a33bcff2c56f337a564eece021190019d
parenta8ffa268f8c8cd8fb6e553b7764263fe53d2111f (diff)
downloadzope-security-40e58ec495da58dd458a38912ef900a6b6e70a9e.tar.gz
svb
-rw-r--r--CHANGES.rst5
-rw-r--r--setup.py2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 0ffa5f5..cb0e1d6 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,11 @@
Changes
=======
+4.1.1 (unreleased)
+------------------
+
+- TBD
+
4.1.0 (2017-04-24)
------------------
diff --git a/setup.py b/setup.py
index 3beef47..21bcd68 100644
--- a/setup.py
+++ b/setup.py
@@ -107,7 +107,7 @@ else:
]
setup(name='zope.security',
- version='4.1.0',
+ version='4.1.1.dev0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Security Framework',