# HG changeset patch # User Thierry Florac # Date 1520763818 -3600 # Node ID 8d30e6009507858ec6b238d107fe4c1428950caf # Parent c90fcf4fb977d6305529595b6048a012831b62e9 Updated translations diff -r c90fcf4fb977 -r 8d30e6009507 docs/HISTORY.txt --- a/docs/HISTORY.txt Sat Mar 10 02:07:46 2018 +0100 +++ b/docs/HISTORY.txt Sun Mar 11 11:23:38 2018 +0100 @@ -1,6 +1,11 @@ History ======= +0.1.9 +----- + - updated creation form data extraction + - updated database upgrade code + 0.1.8 ----- - switched to Pyramid 1.9 and removed custom CSRF handling code diff -r c90fcf4fb977 -r 8d30e6009507 src/pyams_security.egg-info/PKG-INFO --- a/src/pyams_security.egg-info/PKG-INFO Sat Mar 10 02:07:46 2018 +0100 +++ b/src/pyams_security.egg-info/PKG-INFO Sun Mar 11 11:23:38 2018 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: pyams-security -Version: 0.1.8 +Version: 0.1.9 Summary: PyAMS security interfaces and classes Home-page: http://hg.ztfy.org/pyams/pyams_security Author: Thierry Florac @@ -107,6 +107,11 @@ History ======= + 0.1.9 + ----- + - updated creation form data extraction + - updated database upgrade code + 0.1.8 ----- - switched to Pyramid 1.9 and removed custom CSRF handling code