From 7501b3dac777f4e37d702188b8c4c9152b9e5c48 Mon Sep 17 00:00:00 2001 From: OPTIMADE Developers Date: Wed, 28 Sep 2022 07:58:27 +0000 Subject: [PATCH] Release v0.4.0 - Changelog --- CHANGELOG.md | 10 +++++++++- optimade_gateway/__init__.py | 2 +- optimade_gateway/config.json | 2 +- tests/static/test_config.json | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46909aad..73957dcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog -## [v0.3.0](https://github.com/Materials-Consortia/optimade-gateway/tree/v0.3.0) (2022-09-05) +## [v0.4.0](https://github.com/Materials-Consortia/optimade-gateway/tree/v0.4.0) (2022-09-28) + +[Full Changelog](https://github.com/Materials-Consortia/optimade-gateway/compare/v0.3.0...v0.4.0) + +**Merged pull requests:** + +- Update dependencies [\#301](https://github.com/Materials-Consortia/optimade-gateway/pull/301) ([CasperWA](https://github.com/CasperWA)) + +## [v0.3.0](https://github.com/Materials-Consortia/optimade-gateway/tree/v0.3.0) (2022-09-19) [Full Changelog](https://github.com/Materials-Consortia/optimade-gateway/compare/v0.2.2...v0.3.0) diff --git a/optimade_gateway/__init__.py b/optimade_gateway/__init__.py index d2c6ca78..c53d5bf1 100644 --- a/optimade_gateway/__init__.py +++ b/optimade_gateway/__init__.py @@ -5,6 +5,6 @@ It is built using FastAPI and run using uvicorn. """ -__version__ = "0.3.0" +__version__ = "0.4.0" __author__ = "Casper Welzel Andersen" __author_email__ = "casper@welzel.nu" diff --git a/optimade_gateway/config.json b/optimade_gateway/config.json index 2434e2fc..60ba3f7b 100644 --- a/optimade_gateway/config.json +++ b/optimade_gateway/config.json @@ -8,7 +8,7 @@ "base_url": "http://localhost:8000", "implementation": { "name": "OPTIMADE Gateway", - "version": "0.3.0", + "version": "0.4.0", "source_url": "https://github.com/Materials-Consortia/optimade-gateway", "maintainer": {"email": "casper.andersen@epfl.ch"} }, diff --git a/tests/static/test_config.json b/tests/static/test_config.json index c4f9f288..f4e1b947 100644 --- a/tests/static/test_config.json +++ b/tests/static/test_config.json @@ -8,7 +8,7 @@ "base_url": "http://example.org", "implementation": { "name": "OPTIMADE Gateway", - "version": "0.3.0", + "version": "0.4.0", "source_url": "https://github.com/Materials-Consortia/optimade-gateway", "maintainer": {"email": "casper.andersen@epfl.ch"} },