Version 0.1.19.1 0.1.19.1
authorThierry Florac <thierry.florac@onf.fr>
Mon, 18 Feb 2019 16:12:44 +0100
changeset 128 61709f7d6755
parent 127 ab50b62aa21b
child 129 bb69e502ecc6
Version 0.1.19.1
buildout.cfg
docs/HISTORY.txt
setup.py
--- 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 = []