--- a/buildout.cfg Thu Oct 15 15:39:52 2015 +0200
+++ b/buildout.cfg Thu Oct 15 15:41:46 2015 +0200
@@ -87,4 +87,4 @@
eggs = pyams_content [test]
[versions]
-pyams_content = 0.1.0
+pyams_content = 0.1.1
--- a/docs/HISTORY.txt Thu Oct 15 15:39:52 2015 +0200
+++ b/docs/HISTORY.txt Thu Oct 15 15:41:46 2015 +0200
@@ -1,6 +1,12 @@
History
=======
+0.1.1
+-----
+ - updated shared content header
+ - added dashboard info when not concerned by any content
+ - changed owner role index name in search form
+
0.1.0
-----
- first preview release
--- a/setup.py Thu Oct 15 15:39:52 2015 +0200
+++ b/setup.py Thu Oct 15 15:41:46 2015 +0200
@@ -22,7 +22,7 @@
README = os.path.join(DOCS, 'README.txt')
HISTORY = os.path.join(DOCS, 'HISTORY.txt')
-version = '0.1.0'
+version = '0.1.1'
long_description = open(README).read() + '\n\n' + open(HISTORY).read()
tests_require = []
--- a/src/pyams_content.egg-info/PKG-INFO Thu Oct 15 15:39:52 2015 +0200
+++ b/src/pyams_content.egg-info/PKG-INFO Thu Oct 15 15:41:46 2015 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: pyams-content
-Version: 0.1.0
+Version: 0.1.1
Summary: PyAMS base content interfaces and classes
Home-page: http://hg.ztfy.org/pyams/pyams_content
Author: Thierry Florac
@@ -8,6 +8,18 @@
License: ZPL
Description:
+ History
+ =======
+
+ 0.1.1
+ -----
+ - updated shared content header
+ - added dashboard info when not concerned by any content
+ - changed owner role index name in search form
+
+ 0.1.0
+ -----
+ - first preview release
Keywords: Pyramid PyAMS
Platform: UNKNOWN