# HG changeset patch # User Thierry Florac # Date 1550502764 -3600 # Node ID 61709f7d6755c796a39e8a254a1a4d4ce4ae6f34 # Parent ab50b62aa21bf7a9907f8c41ef01fc7bf531b85f Version 0.1.19.1 diff -r ab50b62aa21b -r 61709f7d6755 buildout.cfg --- 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 diff -r ab50b62aa21b -r 61709f7d6755 docs/HISTORY.txt --- 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 diff -r ab50b62aa21b -r 61709f7d6755 setup.py --- 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 = []