Skip to content

Commit

Permalink
installation: bump invenio module versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lnielsen committed Mar 9, 2019
1 parent 76e1da3 commit 8fbf15d
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@
'pytest-invenio>=1.1.0,<1.2.0',
]

db_version = '>=1.0.2,<1.1.0'
search_version = '>=1.0.2,<1.1.0'
db_version = '>=1.0.3,<1.1.0'
search_version = '>=1.1.0,<1.2.0'

extras_require = {
# Bundles
'base': [
'invenio-admin>=1.1.1,<1.2.0',
'invenio-assets>=1.1.0,<1.2.0',
'invenio-assets>=1.1.2,<1.2.0',
'invenio-formatter>=1.0.1,<1.1.0',
'invenio-logging>=1.1.0,<1.2.0',
'invenio-mail>=1.0.1,<1.1.0',
'invenio-mail>=1.0.2,<1.1.0',
'invenio-rest>=1.0.0,<1.1.0',
'invenio-theme>=1.1.2,<1.2.0',
],
Expand All @@ -51,9 +51,9 @@
'invenio-jsonschemas>=1.0.0,<1.1.0',
'invenio-oaiserver>=1.0.3,<1.1.0',
'invenio-pidstore>=1.0.0,<1.1.0',
'invenio-records-rest>=1.3.0,<1.4.0',
'invenio-records-rest>=1.4.0,<1.5.0',
'invenio-records-ui>=1.0.1,<1.1.0',
'invenio-records>=1.0.1,<1.1.0',
'invenio-records>=1.1.0,<1.2.0',
'invenio-search-ui>=1.1.1,<1.2.0',
],
# Database version
Expand Down Expand Up @@ -99,7 +99,8 @@
'Flask>=1.0.2',
'invenio-app>=1.1.0,<1.2.0',
'invenio-base>=1.0.2,<1.1.0',
'invenio-celery>=1.0.0,<1.1.0',
'invenio-cache>=1.0.0,<1.1.0',
'invenio-celery>=1.0.1,<1.1.0',
'invenio-config>=1.0.1,<1.1.0',
'invenio-i18n>=1.1.1,<1.2.0',
]
Expand Down

0 comments on commit 8fbf15d

Please sign in to comment.