# HG changeset patch # User Thierry Florac # Date 1528726101 -7200 # Node ID a365381bca2377db74ca4fa914db35a0f3e01736 # Parent c0483f61b97e8a9f885ecb1a52884ab0952a8663 Version 0.1.11 diff -r c0483f61b97e -r a365381bca23 docs/HISTORY.txt --- a/docs/HISTORY.txt Tue May 29 09:48:03 2018 +0200 +++ b/docs/HISTORY.txt Mon Jun 11 16:08:21 2018 +0200 @@ -1,6 +1,10 @@ History ======= +0.1.11 +------ + - updated annotations adapters + 0.1.10 ------ - renamed factories to use snake_case on functions diff -r c0483f61b97e -r a365381bca23 src/pyams_scheduler.egg-info/PKG-INFO --- a/src/pyams_scheduler.egg-info/PKG-INFO Tue May 29 09:48:03 2018 +0200 +++ b/src/pyams_scheduler.egg-info/PKG-INFO Mon Jun 11 16:08:21 2018 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: pyams-scheduler -Version: 0.1.10 +Version: 0.1.11 Summary: PyAMS tasks scheduler Home-page: http://hg.ztfy.org/pyams/pyams_scheduler Author: Thierry Florac @@ -62,6 +62,10 @@ History ======= + 0.1.11 + ------ + - updated annotations adapters + 0.1.10 ------ - renamed factories to use snake_case on functions diff -r c0483f61b97e -r a365381bca23 src/pyams_scheduler.egg-info/requires.txt --- a/src/pyams_scheduler.egg-info/requires.txt Tue May 29 09:48:03 2018 +0200 +++ b/src/pyams_scheduler.egg-info/requires.txt Mon Jun 11 16:08:21 2018 +0200 @@ -6,7 +6,7 @@ pyams_pagelet pyams_skin pyams_template -pyams_utils +pyams_utils>=0.1.15 pyams_viewlet pyams_zmq pyramid