Version 0.1.13 0.1.13
authorThierry Florac <tflorac@ulthar.net>
Fri, 11 Jan 2019 13:16:59 +0100
changeset 83 878dc60b70fd
parent 82 6473c2a27f9b
child 84 688aa8041b11
Version 0.1.13
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_scheduler.egg-info/PKG-INFO
--- a/buildout.cfg	Thu Jan 10 17:18:19 2019 +0100
+++ b/buildout.cfg	Fri Jan 11 13:16:59 2019 +0100
@@ -73,4 +73,4 @@
 eggs = pyams_scheduler [test]
 
 [versions]
-pyams_scheduler = 0.1.12.1
+pyams_scheduler = 0.1.13
--- a/docs/HISTORY.txt	Thu Jan 10 17:18:19 2019 +0100
+++ b/docs/HISTORY.txt	Fri Jan 11 13:16:59 2019 +0100
@@ -1,6 +1,13 @@
 History
 =======
 
+0.1.13
+------
+ - added marker interface for scheduler process
+ - updated base task thread class to be able to get settings from a Task object
+ - set local registry before checking request when running task
+ - added Task "principal_id" attribute, to be able to define a custom principal when running task
+
 0.1.12.1
 --------
  - updated translations
--- a/setup.py	Thu Jan 10 17:18:19 2019 +0100
+++ b/setup.py	Fri Jan 11 13:16:59 2019 +0100
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.12.1'
+version = '0.1.13'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []
--- a/src/pyams_scheduler.egg-info/PKG-INFO	Thu Jan 10 17:18:19 2019 +0100
+++ b/src/pyams_scheduler.egg-info/PKG-INFO	Fri Jan 11 13:16:59 2019 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pyams-scheduler
-Version: 0.1.12.1
+Version: 0.1.13
 Summary: PyAMS tasks scheduler
 Home-page: http://hg.ztfy.org/pyams/pyams_scheduler
 Author: Thierry Florac
@@ -61,6 +61,13 @@
         History
         =======
         
+        0.1.13
+        ------
+         - added marker interface for scheduler process
+         - updated base task thread class to be able to get settings from a Task object
+         - set local registry before checking request when running task
+         - added Task "principal_id" attribute, to be able to define a custom principal when running task
+        
         0.1.12.1
         --------
          - updated translations