Version 0.4.14 ZTK-1.1 0.4.14
authorThierry Florac <thierry.florac@onf.fr>
Wed, 15 Jul 2015 11:18:00 +0200
branchZTK-1.1
changeset 266 6057769fee72
parent 265 06d455f32dd5
child 267 88dbaa7e2e2f
Version 0.4.14
buildout.cfg
docs/HISTORY.txt
setup.py
src/ztfy.utils.egg-info/PKG-INFO
--- a/buildout.cfg	Wed Jul 15 11:16:10 2015 +0200
+++ b/buildout.cfg	Wed Jul 15 11:18:00 2015 +0200
@@ -40,4 +40,4 @@
 eggs = ztfy.utils [test]
 
 [versions]
-ztfy.utils = 0.4.13
+ztfy.utils = 0.4.14
--- a/docs/HISTORY.txt	Wed Jul 15 11:16:10 2015 +0200
+++ b/docs/HISTORY.txt	Wed Jul 15 11:18:00 2015 +0200
@@ -1,6 +1,10 @@
 Changelog
 =========
 
+0.4.14
+------
+ - modified cookies management in XML-RPC cookie authenticated transport
+
 0.4.13
 ------
  - added check in dates management functions to handle years prior to 1900
--- a/setup.py	Wed Jul 15 11:16:10 2015 +0200
+++ b/setup.py	Wed Jul 15 11:18:00 2015 +0200
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.4.13'
+version = '0.4.14'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = [
--- a/src/ztfy.utils.egg-info/PKG-INFO	Wed Jul 15 11:16:10 2015 +0200
+++ b/src/ztfy.utils.egg-info/PKG-INFO	Wed Jul 15 11:18:00 2015 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: ztfy.utils
-Version: 0.4.13
+Version: 0.4.14
 Summary: ZTFY utility functions and classes for Zope3
 Home-page: http://www.ztfy.org
 Author: Thierry Florac
@@ -41,6 +41,10 @@
         Changelog
         =========
         
+        0.4.14
+        ------
+         - modified cookies management in XML-RPC cookie authenticated transport
+        
         0.4.13
         ------
          - added check in dates management functions to handle years prior to 1900