--- a/buildout.cfg Sat Jan 27 02:21:44 2018 +0100
+++ b/buildout.cfg Wed Jan 31 17:18:50 2018 +0100
@@ -92,4 +92,4 @@
eggs = pyams_content [test]
[versions]
-pyams_content = 0.1.10.1
+pyams_content = 0.1.11
--- a/docs/HISTORY.txt Sat Jan 27 02:21:44 2018 +0100
+++ b/docs/HISTORY.txt Wed Jan 31 17:18:50 2018 +0100
@@ -1,6 +1,14 @@
History
=======
+0.1.11
+------
+ - added workflow states vocabulary for use in advanced search form
+
+0.1.10.1
+--------
+ - updated resources path
+
0.1.10
------
- added missing sequence target attributes to blog manager class
--- a/setup.py Sat Jan 27 02:21:44 2018 +0100
+++ b/setup.py Wed Jan 31 17:18:50 2018 +0100
@@ -22,7 +22,7 @@
README = os.path.join(DOCS, 'README.txt')
HISTORY = os.path.join(DOCS, 'HISTORY.txt')
-version = '0.1.10.1'
+version = '0.1.11'
long_description = open(README).read() + '\n\n' + open(HISTORY).read()
tests_require = []
--- a/src/pyams_content.egg-info/PKG-INFO Sat Jan 27 02:21:44 2018 +0100
+++ b/src/pyams_content.egg-info/PKG-INFO Wed Jan 31 17:18:50 2018 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: pyams-content
-Version: 0.1.10.1
+Version: 0.1.11
Summary: PyAMS base content interfaces and classes
Home-page: http://hg.ztfy.org/pyams/pyams_content
Author: Thierry Florac
@@ -73,6 +73,14 @@
History
=======
+ 0.1.11
+ ------
+ - added workflow states vocabulary for use in advanced search form
+
+ 0.1.10.1
+ --------
+ - updated resources path
+
0.1.10
------
- added missing sequence target attributes to blog manager class