Version 0.4.15.1 ZTK-1.1 0.4.15.1
authorThierry Florac <thierry.florac@onf.fr>
Tue, 17 Nov 2015 12:16:45 +0100
branchZTK-1.1
changeset 272 fea1695129bb
parent 271 facd1203256f
child 273 1045afa4242c
Version 0.4.15.1
buildout.cfg
docs/HISTORY.txt
setup.py
src/ztfy.utils.egg-info/PKG-INFO
--- a/buildout.cfg	Tue Nov 17 12:13:21 2015 +0100
+++ b/buildout.cfg	Tue Nov 17 12:16:45 2015 +0100
@@ -40,4 +40,4 @@
 eggs = ztfy.utils [test]
 
 [versions]
-ztfy.utils = 0.4.15
+ztfy.utils = 0.4.15.1
--- a/docs/HISTORY.txt	Tue Nov 17 12:13:21 2015 +0100
+++ b/docs/HISTORY.txt	Tue Nov 17 12:16:45 2015 +0100
@@ -1,6 +1,14 @@
 Changelog
 =========
 
+0.4.15.1
+--------
+ - packaging mismatch!  :-/
+
+0.4.15
+------
+ - modified request property decorator
+
 0.4.14
 ------
  - modified cookies management in XML-RPC cookie authenticated transport
--- a/setup.py	Tue Nov 17 12:13:21 2015 +0100
+++ b/setup.py	Tue Nov 17 12:16:45 2015 +0100
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.4.15'
+version = '0.4.15.1'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = [
--- a/src/ztfy.utils.egg-info/PKG-INFO	Tue Nov 17 12:13:21 2015 +0100
+++ b/src/ztfy.utils.egg-info/PKG-INFO	Tue Nov 17 12:16:45 2015 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: ztfy.utils
-Version: 0.4.15
+Version: 0.4.15.1
 Summary: ZTFY utility functions and classes for Zope3
 Home-page: http://www.ztfy.org
 Author: Thierry Florac
@@ -41,6 +41,14 @@
         Changelog
         =========
         
+        0.4.15.1
+        --------
+         - packaging mismatch!  :-/
+        
+        0.4.15
+        ------
+         - modified request property decorator
+        
         0.4.14
         ------
          - modified cookies management in XML-RPC cookie authenticated transport