Skip to content

Commit

Permalink
release: 0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
audrium committed Jul 5, 2021
1 parent 6e669f6 commit 5b781de
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changes
=======

Version 0.7.6 (2021-07-05)
--------------------------

- Changes internal dependencies.

Version 0.7.5 (2021-04-28)
--------------------------
- Adds support for listing files using glob patterns.
Expand Down
2 changes: 1 addition & 1 deletion docs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"description": "Submit workflows to be run on REANA Cloud",
"title": "REANA Server",
"version": "0.7.6a1"
"version": "0.7.6"
},
"parameters": {},
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion reana_server/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

from __future__ import absolute_import, print_function

__version__ = "0.7.6a1"
__version__ = "0.7.6"
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
alembic==1.4.2 # via flask-alembic, reana-db
amqp==2.6.1 # via kombu
appdirs==1.4.4 # via fs
appnope==0.1.0 # via ipython
attrs==19.3.0 # via jsonschema
babel==2.8.0 # via flask-babelex
backcall==0.2.0 # via ipython
Expand All @@ -21,10 +20,11 @@ certifi==2020.6.20 # via kubernetes, requests
cffi==1.14.1 # via cryptography
chardet==3.0.4 # via requests
checksumdir==1.1.9 # via reana-commons
click==7.1.2 # via flask, flask-shell-ipython, reana-commons
click==7.1.2 # via flask, flask-shell-ipython, reana-commons, reana-server (setup.py)
cryptography==3.0 # via invenio-accounts, pyopenssl, reana-db, sqlalchemy-utils
decorator==4.4.2 # via ipython, traitlets, validators
dnspython==2.0.0 # via email-validator
docutils==0.16 # via reana-server (setup.py)
email-validator==1.1.1 # via invenio-accounts
flask-alembic==2.0.1 # via invenio-db
flask-babelex==0.9.4 # via flask-security, invenio-i18n, invenio-oauth2server, invenio-oauthclient, invenio-userprofiles
Expand Down Expand Up @@ -104,7 +104,7 @@ python-dateutil==2.8.1 # via alembic, bravado, bravado-core, kubernetes
python-editor==1.0.4 # via alembic
pytz==2020.1 # via babel, bravado-core, celery, fs
pyyaml==5.3.1 # via bravado, bravado-core, kubernetes, reana-commons, swagger-spec-validator
reana-commons[kubernetes]==0.7.5a2 # via reana-db, reana-server (setup.py)
reana-commons[kubernetes]==0.7.5 # via reana-db, reana-server (setup.py)
reana-db==0.7.3 # via reana-server (setup.py)
redis==3.5.3 # via invenio-accounts, invenio-celery
requests-oauthlib==1.1.0 # via flask-oauthlib, invenio-oauth2server, invenio-oauthclient, kubernetes
Expand Down
10 changes: 6 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"fs>=2.0",
"marshmallow>2.13.0,<=2.20.1",
"pyOpenSSL==17.5.0",
"reana-commons[kubernetes]>=0.7.5a2,<0.8.0",
"reana-commons[kubernetes]>=0.7.5,<0.8.0",
"reana-db>=0.7.3,<0.8.0",
"requests==2.20.0",
"rfc3987==1.3.7",
Expand All @@ -59,11 +59,13 @@
"uwsgi-tools>=1.1.1",
"uwsgitop>=0.10",
"webcolors==1.7",
"click<8.0.0",
"docutils<0.17",
# Invenio dependencies
"Flask>=1.0.4",
"werkzeug>=0.16.1,<0.17",
"Flask>=1.0.4,<2.0.0",
"werkzeug<1.0.0",
"invenio-app>=1.2.6,<1.3.0",
"invenio-base>=1.2.3,<1.3.0",
"invenio-base==1.2.3",
"invenio-cache>=1.0.0,<1.1.0",
"invenio-config>=1.0.3,<1.1.0",
# From base bundle
Expand Down

0 comments on commit 5b781de

Please sign in to comment.