Version 0.1.37.2 0.1.37.2
authorThierry Florac <thierry.florac@onf.fr>
Mon, 18 Feb 2019 16:15:17 +0100
changeset 425 afab606ea4d9
parent 424 71e8fde38f70
child 426 bd5430acb9d4
Version 0.1.37.2
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_default_theme.egg-info/PKG-INFO
--- a/buildout.cfg	Mon Feb 18 10:06:58 2019 +0100
+++ b/buildout.cfg	Mon Feb 18 16:15:17 2019 +0100
@@ -78,4 +78,4 @@
 eggs = pyams_default_theme [test]
 
 [versions]
-pyams_default_theme = 0.1.37.1
+pyams_default_theme = 0.1.37.2
--- a/docs/HISTORY.txt	Mon Feb 18 10:06:58 2019 +0100
+++ b/docs/HISTORY.txt	Mon Feb 18 16:15:17 2019 +0100
@@ -1,6 +1,10 @@
 History
 =======
 
+0.1.37.2
+--------
+ - updated back-office "oid" route
+
 0.1.37.1
 --------
  - handle empty title in metas headers adapter
--- a/setup.py	Mon Feb 18 10:06:58 2019 +0100
+++ b/setup.py	Mon Feb 18 16:15:17 2019 +0100
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.37.1'
+version = '0.1.37.2'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []
--- a/src/pyams_default_theme.egg-info/PKG-INFO	Mon Feb 18 10:06:58 2019 +0100
+++ b/src/pyams_default_theme.egg-info/PKG-INFO	Mon Feb 18 16:15:17 2019 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pyams-default-theme
-Version: 0.1.37.1
+Version: 0.1.37.2
 Summary: PyAMS default theme
 Home-page: http://hg.ztfy.org/pyams/pyams_default_theme
 Author: Thierry Florac
@@ -11,6 +11,10 @@
         History
         =======
         
+        0.1.37.2
+        --------
+         - updated back-office "oid" route
+        
         0.1.37.1
         --------
          - handle empty title in metas headers adapter