Version 0.1.20 0.1.20
authorThierry Florac <thierry.florac@onf.fr>
Mon, 10 Dec 2018 15:53:23 +0100
changeset 286 351dabbee2f7
parent 285 f7a32a10787c
child 287 722803a4568f
Version 0.1.20
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_default_theme.egg-info/PKG-INFO
--- a/buildout.cfg	Mon Dec 10 15:34:39 2018 +0100
+++ b/buildout.cfg	Mon Dec 10 15:53:23 2018 +0100
@@ -79,4 +79,4 @@
 eggs = pyams_default_theme [test]
 
 [versions]
-pyams_default_theme = 0.1.19
+pyams_default_theme = 0.1.20
--- a/docs/HISTORY.txt	Mon Dec 10 15:34:39 2018 +0100
+++ b/docs/HISTORY.txt	Mon Dec 10 15:53:23 2018 +0100
@@ -1,6 +1,11 @@
 History
 =======
 
+0.1.20
+------
+ - updated "++oid++" traverser and "/+/{oid}" route
+ - updated videos renderers to add author name
+
 0.1.19
 ------
  - updated videos templates
--- a/setup.py	Mon Dec 10 15:34:39 2018 +0100
+++ b/setup.py	Mon Dec 10 15:53:23 2018 +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.20'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []
--- a/src/pyams_default_theme.egg-info/PKG-INFO	Mon Dec 10 15:34:39 2018 +0100
+++ b/src/pyams_default_theme.egg-info/PKG-INFO	Mon Dec 10 15:53:23 2018 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pyams-default-theme
-Version: 0.1.19
+Version: 0.1.20
 Summary: PyAMS default theme
 Home-page: http://hg.ztfy.org/pyams/pyams_default_theme
 Author: Thierry Florac
@@ -11,6 +11,11 @@
         History
         =======
         
+        0.1.20
+        ------
+         - updated "++oid++" traverser and "/+/{oid}" route
+         - updated videos renderers to add author name
+        
         0.1.19
         ------
          - updated videos templates