# HG changeset patch # User Thierry Florac # Date 1538745238 -7200 # Node ID 38c23b8cc9e30f17ccc4e8dd1651ee96646d5704 # Parent 91cd0cc00ab5df8896550a5e34674a01102d9176 Version 0.1.20 diff -r 91cd0cc00ab5 -r 38c23b8cc9e3 docs/HISTORY.txt --- a/docs/HISTORY.txt Fri Oct 05 15:00:26 2018 +0200 +++ b/docs/HISTORY.txt Fri Oct 05 15:13:58 2018 +0200 @@ -1,6 +1,12 @@ History ======= +0.1.20 +------ + - added base typed contents properties edit form + - added option to view items display portlet to select start position of extracted items + - use locale settings when sorting top menu items + 0.1.19 ------ - added "topic" shared content diff -r 91cd0cc00ab5 -r 38c23b8cc9e3 src/pyams_content.egg-info/PKG-INFO --- a/src/pyams_content.egg-info/PKG-INFO Fri Oct 05 15:00:26 2018 +0200 +++ b/src/pyams_content.egg-info/PKG-INFO Fri Oct 05 15:13:58 2018 +0200 @@ -1,12 +1,11 @@ -Metadata-Version: 1.1 +Metadata-Version: 2.1 Name: pyams-content -Version: 0.1.19.1 +Version: 0.1.20 Summary: PyAMS base content interfaces and classes Home-page: http://hg.ztfy.org/pyams/pyams_content Author: Thierry Florac Author-email: tflorac@ulthar.net License: ZPL -Description-Content-Type: UNKNOWN Description: PyAMS content configuration directives ====================================== @@ -73,6 +72,12 @@ History ======= + 0.1.20 + ------ + - added base typed contents properties edit form + - added option to view items display portlet to select start position of extracted items + - use locale settings when sorting top menu items + 0.1.19 ------ - added "topic" shared content @@ -292,3 +297,4 @@ Classifier: Programming Language :: Python Classifier: Framework :: Pyramid Classifier: Topic :: Software Development :: Libraries :: Python Modules +Provides-Extra: test