--- a/buildout.cfg Mon Feb 18 16:08:57 2019 +0100
+++ b/buildout.cfg Mon Feb 18 16:12:44 2019 +0100
@@ -74,4 +74,4 @@
eggs = pyams_media [test]
[versions]
-pyams_media = 0.1.19
+pyams_media = 0.1.19.1
--- a/docs/HISTORY.txt Mon Feb 18 16:08:57 2019 +0100
+++ b/docs/HISTORY.txt Mon Feb 18 16:12:44 2019 +0100
@@ -1,6 +1,10 @@
History
=======
+0.1.19.1
+--------
+ - updated videos templates
+
0.1.19
------
- use object factory in annotations adapters
--- a/setup.py Mon Feb 18 16:08:57 2019 +0100
+++ b/setup.py Mon Feb 18 16:12:44 2019 +0100
@@ -22,7 +22,7 @@
README = os.path.join(DOCS, 'README.txt')
HISTORY = os.path.join(DOCS, 'HISTORY.txt')
-version = '0.1.19'
+version = '0.1.19.1'
long_description = open(README).read() + '\n\n' + open(HISTORY).read()
tests_require = []