[Checkins] SVN: AccessControl/trunk/ Add changelog entry for decorator work - bump version to new feature release

Hanno Schlichting hannosch at hannosch.eu
Mon Dec 12 09:54:35 UTC 2011


Log message for revision 123696:
  Add changelog entry for decorator work - bump version to new feature release
  

Changed:
  U   AccessControl/trunk/CHANGES.txt
  U   AccessControl/trunk/setup.py

-=-
Modified: AccessControl/trunk/CHANGES.txt
===================================================================
--- AccessControl/trunk/CHANGES.txt	2011-12-12 03:02:48 UTC (rev 123695)
+++ AccessControl/trunk/CHANGES.txt	2011-12-12 09:54:34 UTC (rev 123696)
@@ -1,9 +1,10 @@
 Changelog
 =========
 
-2.13.5 (unreleased)
--------------------
+4.0 (unreleased)
+----------------
 
+- Added decorators for public, private and protected security declarations.
 
 2.13.4 (2011-01-11)
 -------------------

Modified: AccessControl/trunk/setup.py
===================================================================
--- AccessControl/trunk/setup.py	2011-12-12 03:02:48 UTC (rev 123695)
+++ AccessControl/trunk/setup.py	2011-12-12 09:54:34 UTC (rev 123696)
@@ -16,7 +16,7 @@
 from setuptools import setup, find_packages, Extension
 
 setup(name='AccessControl',
-      version = '2.13.5dev',
+      version = '4.0dev',
       url='http://pypi.python.org/pypi/AccessControl',
       license='ZPL 2.1',
       description="Security framework for Zope2.",



More information about the checkins mailing list