Skip to content

Commit

Permalink
Merge da2d742 into b6477c2
Browse files Browse the repository at this point in the history
  • Loading branch information
Glignos committed Jan 15, 2020
2 parents b6477c2 + da2d742 commit d586f6c
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Expand Up @@ -10,6 +10,6 @@
Changes
=======

Version 1.0.0a15 (released 2019-10-23)
Version 1.0.0a16 (released 2020-01-09)

- Initial public release.
2 changes: 1 addition & 1 deletion invenio_openaire/mappings/v5/funders/funder-v1.0.0.json
Expand Up @@ -19,7 +19,7 @@
"type": "text"
},
"acronyms": {
"type": "text"
"type": "keyword"
},
"country": {
"type": "keyword"
Expand Down
4 changes: 2 additions & 2 deletions invenio_openaire/mappings/v5/grants/grant-v1.0.0.json
Expand Up @@ -20,7 +20,7 @@
"type": "text"
},
"acronym": {
"type": "text"
"type": "keyword"
},
"startdate": {
"type": "date",
Expand Down Expand Up @@ -48,7 +48,7 @@
"type": "text"
},
"acronyms": {
"type": "text"
"type": "keyword"
},
"country": {
"type": "keyword"
Expand Down
2 changes: 1 addition & 1 deletion invenio_openaire/mappings/v6/funders/funder-v1.0.0.json
Expand Up @@ -19,7 +19,7 @@
"type": "text"
},
"acronyms": {
"type": "text"
"type": "keyword"
},
"country": {
"type": "keyword"
Expand Down
4 changes: 2 additions & 2 deletions invenio_openaire/mappings/v6/grants/grant-v1.0.0.json
Expand Up @@ -20,7 +20,7 @@
"type": "text"
},
"acronym": {
"type": "text"
"type": "keyword"
},
"startdate": {
"type": "date",
Expand Down Expand Up @@ -48,7 +48,7 @@
"type": "text"
},
"acronyms": {
"type": "text"
"type": "keyword"
},
"country": {
"type": "keyword"
Expand Down
2 changes: 1 addition & 1 deletion invenio_openaire/mappings/v7/funders/funder-v1.0.0.json
Expand Up @@ -18,7 +18,7 @@
"type": "text"
},
"acronyms": {
"type": "text"
"type": "keyword"
},
"country": {
"type": "keyword"
Expand Down
4 changes: 2 additions & 2 deletions invenio_openaire/mappings/v7/grants/grant-v1.0.0.json
Expand Up @@ -19,7 +19,7 @@
"type": "text"
},
"acronym": {
"type": "text"
"type": "keyword"
},
"startdate": {
"type": "date",
Expand Down Expand Up @@ -47,7 +47,7 @@
"type": "text"
},
"acronyms": {
"type": "text"
"type": "keyword"
},
"country": {
"type": "keyword"
Expand Down
2 changes: 1 addition & 1 deletion invenio_openaire/version.py
Expand Up @@ -14,4 +14,4 @@

from __future__ import absolute_import, print_function

__version__ = "1.0.0a15"
__version__ = "1.0.0a16"

0 comments on commit d586f6c

Please sign in to comment.