Version 0.1.38 0.1.38
authorThierry Florac <tflorac@ulthar.net>
Sun, 13 Jan 2019 10:13:38 +0100
changeset 1229 56a8bd713f59
parent 1228 23e479c7ae90
child 1230 4424718fb9e8
Version 0.1.38
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_content.egg-info/PKG-INFO
--- a/buildout.cfg	Sat Jan 12 18:34:49 2019 +0100
+++ b/buildout.cfg	Sun Jan 13 10:13:38 2019 +0100
@@ -86,4 +86,4 @@
 eggs = pyams_content [test]
 
 [versions]
-pyams_content = 0.1.37
+pyams_content = 0.1.38
--- a/docs/HISTORY.txt	Sat Jan 12 18:34:49 2019 +0100
+++ b/docs/HISTORY.txt	Sun Jan 13 10:13:38 2019 +0100
@@ -1,6 +1,10 @@
 History
 =======
 
+0.1.38
+------
+ - added IAttributeAnnotatable marker interface to thesaurus term "HTML" extension interface
+
 0.1.37
 ------
  - updated workflow to add visible states
--- a/setup.py	Sat Jan 12 18:34:49 2019 +0100
+++ b/setup.py	Sun Jan 13 10:13:38 2019 +0100
@@ -24,7 +24,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.37'
+version = '0.1.38'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []
--- a/src/pyams_content.egg-info/PKG-INFO	Sat Jan 12 18:34:49 2019 +0100
+++ b/src/pyams_content.egg-info/PKG-INFO	Sun Jan 13 10:13:38 2019 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pyams-content
-Version: 0.1.37
+Version: 0.1.38
 Summary: PyAMS base content interfaces and classes
 Home-page: http://hg.ztfy.org/pyams/pyams_content
 Author: Thierry Florac
@@ -72,6 +72,10 @@
         History
         =======
         
+        0.1.38
+        ------
+         - added IAttributeAnnotatable marker interface to thesaurus term "HTML" extension interface
+        
         0.1.37
         ------
          - updated workflow to add visible states