Version 0.1.60 0.1.60
authorThierry Florac <tflorac@ulthar.net>
Mon, 06 Jul 2020 17:16:34 +0200
changeset 1402 4304b80a00b3
parent 1401 5b89ee261e0d
child 1403 4c936511ece4
Version 0.1.60
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_content.egg-info/PKG-INFO
--- a/buildout.cfg	Mon Jul 06 16:23:13 2020 +0200
+++ b/buildout.cfg	Mon Jul 06 17:16:34 2020 +0200
@@ -86,4 +86,4 @@
 eggs = pyams_content [test]
 
 [versions]
-pyams_content = 0.1.59
+pyams_content = 0.1.60
--- a/docs/HISTORY.txt	Mon Jul 06 16:23:13 2020 +0200
+++ b/docs/HISTORY.txt	Mon Jul 06 17:16:34 2020 +0200
@@ -1,6 +1,11 @@
 History
 =======
 
+0.1.60
+------
+ - alerts management interface: clicking on the link to hide or show an alert didn't
+   restore icon state correctly after change
+
 0.1.59
 ------
  - added internal and external links to framed paragraphs
--- a/setup.py	Mon Jul 06 16:23:13 2020 +0200
+++ b/setup.py	Mon Jul 06 17:16:34 2020 +0200
@@ -24,7 +24,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.59'
+version = '0.1.60'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []
--- a/src/pyams_content.egg-info/PKG-INFO	Mon Jul 06 16:23:13 2020 +0200
+++ b/src/pyams_content.egg-info/PKG-INFO	Mon Jul 06 17:16:34 2020 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pyams-content
-Version: 0.1.59
+Version: 0.1.60
 Summary: PyAMS base content interfaces and classes
 Home-page: http://hg.ztfy.org/pyams/pyams_content
 Author: Thierry Florac
@@ -72,6 +72,11 @@
         History
         =======
         
+        0.1.60
+        ------
+         - alerts management interface: clicking on the link to hide or show an alert didn't
+           restore icon state correctly after change
+        
         0.1.59
         ------
          - added internal and external links to framed paragraphs