diff --git a/docs/conf.py b/docs/conf.py index 81db803..e18266e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,11 +18,11 @@ # -- Project information ----------------------------------------------------- project = 'FAIR Data Point' -copyright = '2020, Dutch Techcentre for Life Sciences' +copyright = '2021, Dutch Techcentre for Life Sciences' author = 'Dutch Techcentre for Life Sciences' # The full version, including alpha/beta/rc tags -release = '1.6.0' +release = '1.7.0' # -- General configuration --------------------------------------------------- diff --git a/docs/deployment/advanced-configuration.rst b/docs/deployment/advanced-configuration.rst index d481dfd..19e7b0b 100644 --- a/docs/deployment/advanced-configuration.rst +++ b/docs/deployment/advanced-configuration.rst @@ -230,13 +230,13 @@ have to set ``PUBLIC\_PATH`` ENV variable, in this example to version: '3' services: fdp: - image: fairdata/fairdatapoint:1.6.0 + image: fairdata/fairdatapoint:1.7.0 volumes: - ./application.yml:/fdp/application.yml:ro # ... other volumes fdp-client: - image: fairdata/fairdatapoint-client:1.6.0 + image: fairdata/fairdatapoint-client:1.7.0 ports: - 80:80 environment: diff --git a/docs/deployment/local-deployment.rst b/docs/deployment/local-deployment.rst index 76cc144..686d1e7 100644 --- a/docs/deployment/local-deployment.rst +++ b/docs/deployment/local-deployment.rst @@ -14,10 +14,10 @@ Here is an example of the simplest `Docker Compose