--- a/buildout.cfg Thu Sep 20 14:40:22 2018 +0200
+++ b/buildout.cfg Tue Sep 25 11:30:48 2018 +0200
@@ -74,4 +74,4 @@
eggs = pyams_media [test]
[versions]
-pyams_media = 0.1.15
+pyams_media = 0.1.16
--- a/docs/HISTORY.txt Thu Sep 20 14:40:22 2018 +0200
+++ b/docs/HISTORY.txt Tue Sep 25 11:30:48 2018 +0200
@@ -1,6 +1,11 @@
History
=======
+0.1.16
+------
+ - added JSON event to refresh thumbnail after new video poster selection
+ - updated declaration of PyAMS_media plug-in
+
0.1.15
------
- updated video form templates
--- a/setup.py Thu Sep 20 14:40:22 2018 +0200
+++ b/setup.py Tue Sep 25 11:30:48 2018 +0200
@@ -22,7 +22,7 @@
README = os.path.join(DOCS, 'README.txt')
HISTORY = os.path.join(DOCS, 'HISTORY.txt')
-version = '0.1.15'
+version = '0.1.16'
long_description = open(README).read() + '\n\n' + open(HISTORY).read()
tests_require = []