Version 0.1.13 0.1.13
authorThierry Florac <thierry.florac@onf.fr>
Thu, 22 Mar 2018 15:01:21 +0100
changeset 157 aedd98145b97
parent 156 3ac4eb0a2b89
child 158 a224305d0ad1
Version 0.1.13
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_utils.egg-info/PKG-INFO
--- a/buildout.cfg	Thu Mar 22 14:43:34 2018 +0100
+++ b/buildout.cfg	Thu Mar 22 15:01:21 2018 +0100
@@ -96,4 +96,4 @@
 eggs = pyams_utils [test]
 
 [versions]
-pyams_utils = 0.1.12
+pyams_utils = 0.1.13
--- a/docs/HISTORY.txt	Thu Mar 22 14:43:34 2018 +0100
+++ b/docs/HISTORY.txt	Thu Mar 22 15:01:21 2018 +0100
@@ -1,6 +1,11 @@
 Changelog
 =========
 
+0.1.13
+------
+ - added site root factory interface
+ - updated site factory to use new factory interface utility
+
 0.1.12
 ------
  - added "request_selector" subscriber predicate
--- a/setup.py	Thu Mar 22 14:43:34 2018 +0100
+++ b/setup.py	Thu Mar 22 15:01:21 2018 +0100
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.12'
+version = '0.1.13'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = [
--- a/src/pyams_utils.egg-info/PKG-INFO	Thu Mar 22 14:43:34 2018 +0100
+++ b/src/pyams_utils.egg-info/PKG-INFO	Thu Mar 22 15:01:21 2018 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pyams-utils
-Version: 0.1.12
+Version: 0.1.13
 Summary: Utility functions and classes for PyAMS
 Home-page: http://www.ztfy.org
 Author: Thierry Florac
@@ -48,6 +48,11 @@
         Changelog
         =========
         
+        0.1.13
+        ------
+         - added site root factory interface
+         - updated site factory to use new factory interface utility
+        
         0.1.12
         ------
          - added "request_selector" subscriber predicate