Version 0.1.16 0.1.16
authorThierry Florac <thierry.florac@onf.fr>
Tue, 25 Sep 2018 11:30:48 +0200
changeset 108 4390a61cab61
parent 107 2294ca6f68ee
child 109 a4e9e69a7344
Version 0.1.16
buildout.cfg
docs/HISTORY.txt
setup.py
--- 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 = []