summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Gedminas <marius@gedmin.as>2019-11-11 20:15:06 +0200
committerMarius Gedminas <marius@gedmin.as>2019-11-11 20:15:06 +0200
commita52fcb197ec59c70533e71ea7ff6fd3ed077a089 (patch)
tree92c29e49fad1ac6283d770675325c3f5fdadd1b2
parenta2baf0b35a9329cef2394c746c663f719b3532df (diff)
downloadzope-security-a52fcb197ec59c70533e71ea7ff6fd3ed077a089.tar.gz
Back to development: 5.1
-rw-r--r--CHANGES.rst6
-rw-r--r--setup.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index bab05cc..18cdfef 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,12 @@
Changes
=========
+5.1 (unreleased)
+================
+
+- Nothing changed yet.
+
+
5.0 (2019-11-11)
================
diff --git a/setup.py b/setup.py
index f2824c6..91b59c6 100644
--- a/setup.py
+++ b/setup.py
@@ -132,7 +132,7 @@ TESTS_REQUIRE = [
setup(name='zope.security',
- version='5.0',
+ version='5.1.dev0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Security Framework',