Version 0.1.21 0.1.21
authorThierry Florac <thierry.florac@onf.fr>
Thu, 03 Jan 2019 17:53:32 +0100
changeset 129 eb2875558811
parent 128 8fbf305a5e25
child 130 b2c276eea35f
Version 0.1.21
.hgtags
buildout.cfg
docs/HISTORY.txt
docs/README.txt
setup.py
src/pyams_content_es.egg-info/PKG-INFO
--- a/.hgtags	Thu Jan 03 17:48:02 2019 +0100
+++ b/.hgtags	Thu Jan 03 17:53:32 2019 +0100
@@ -23,3 +23,5 @@
 17bc8afd7e4adf81450af3da73de7a3b2e6e477d 0.1.18
 e7c1926fb3f8c6d29959dd9647ba447bb1458cc7 0.1.19
 6d725a84f3ff6382880865c5c2d111dd60ccb1ea 0.1.20
+6d725a84f3ff6382880865c5c2d111dd60ccb1ea 0.1.20
+e5cc001c64764f8c3d5d3164b317c46ac74fd7a2 0.1.20
--- a/buildout.cfg	Thu Jan 03 17:48:02 2019 +0100
+++ b/buildout.cfg	Thu Jan 03 17:53:32 2019 +0100
@@ -76,4 +76,4 @@
 eggs = pyams_content_es [test]
 
 [versions]
-pyams_content_es = 0.1.20
+pyams_content_es = 0.1.21
--- a/docs/HISTORY.txt	Thu Jan 03 17:48:02 2019 +0100
+++ b/docs/HISTORY.txt	Thu Jan 03 17:53:32 2019 +0100
@@ -1,6 +1,10 @@
 History
 =======
 
+0.1.21
+------
+ - updated views sort order so that imposed references are always in first positions
+
 0.1.20
 ------
  - updated resources attributes
--- a/docs/README.txt	Thu Jan 03 17:48:02 2019 +0100
+++ b/docs/README.txt	Thu Jan 03 17:53:32 2019 +0100
@@ -145,7 +145,7 @@
 
 DELETE /onf_website
 
-PUT /_aliases
+POST /_aliases
 {
     "actions": {
         "add": {
--- a/setup.py	Thu Jan 03 17:48:02 2019 +0100
+++ b/setup.py	Thu Jan 03 17:53:32 2019 +0100
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.20'
+version = '0.1.21'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []
--- a/src/pyams_content_es.egg-info/PKG-INFO	Thu Jan 03 17:48:02 2019 +0100
+++ b/src/pyams_content_es.egg-info/PKG-INFO	Thu Jan 03 17:53:32 2019 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pyams-content-es
-Version: 0.1.20
+Version: 0.1.21
 Summary: PyAMS content interfaces and classes for ElasticSearch indexation
 Home-page: http://hg.ztfy.org/pyams/pyams_content_es
 Author: Thierry Florac
@@ -153,7 +153,7 @@
         
         DELETE /onf_website
         
-        PUT /_aliases
+        POST /_aliases
         {
             "actions": {
                 "add": {
@@ -168,6 +168,10 @@
         History
         =======
         
+        0.1.21
+        ------
+         - updated views sort order so that imposed references are always in first positions
+        
         0.1.20
         ------
          - updated resources attributes