From 4fa91342a461d8b947af65b853a22bff0f300663 Mon Sep 17 00:00:00 2001 From: The AiiDA Team Date: Mon, 6 Nov 2023 20:36:00 +0000 Subject: [PATCH] Release v1.2.0 --- CHANGELOG.md | 15 ++++++++++++++- aiida_optimade/__init__.py | 2 +- aiida_optimade/config.json | 2 +- setup.json | 2 +- tests/static/test_config.json | 2 +- 5 files changed, 18 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5765663..a63c455a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog -## [v1.1.2](https://github.com/aiidateam/aiida-optimade/tree/v1.1.2) (2023-10-25) +## [v1.2.0](https://github.com/aiidateam/aiida-optimade/tree/v1.2.0) (2023-11-06) + +[Full Changelog](https://github.com/aiidateam/aiida-optimade/compare/v1.1.2...v1.2.0) + +**Closed issues:** + +- Drop python 3.8 support [\#499](https://github.com/aiidateam/aiida-optimade/issues/499) + +**Merged pull requests:** + +- Update dependencies [\#505](https://github.com/aiidateam/aiida-optimade/pull/505) ([CasperWA](https://github.com/CasperWA)) +- Drop py38 [\#500](https://github.com/aiidateam/aiida-optimade/pull/500) ([eimrek](https://github.com/eimrek)) + +## [v1.1.2](https://github.com/aiidateam/aiida-optimade/tree/v1.1.2) (2023-11-06) [Full Changelog](https://github.com/aiidateam/aiida-optimade/compare/v1.1.1...v1.1.2) diff --git a/aiida_optimade/__init__.py b/aiida_optimade/__init__.py index 72f26f59..c68196d1 100644 --- a/aiida_optimade/__init__.py +++ b/aiida_optimade/__init__.py @@ -1 +1 @@ -__version__ = "1.1.2" +__version__ = "1.2.0" diff --git a/aiida_optimade/config.json b/aiida_optimade/config.json index 20ce184c..592eb601 100644 --- a/aiida_optimade/config.json +++ b/aiida_optimade/config.json @@ -12,7 +12,7 @@ }, "implementation": { "name": "aiida-optimade", - "version": "1.1.2", + "version": "1.2.0", "source_url": "https://github.com/aiidateam/aiida-optimade", "maintainer": {"email": "casper.andersen@epfl.ch"} }, diff --git a/setup.json b/setup.json index 12cd8ec7..530d5510 100644 --- a/setup.json +++ b/setup.json @@ -1,6 +1,6 @@ { "name": "aiida-optimade", - "version": "1.1.2", + "version": "1.2.0", "url": "https://github.com/aiidateam/aiida-optimade", "license": "MIT License", "author": "Casper Welzel Andersen", diff --git a/tests/static/test_config.json b/tests/static/test_config.json index 1456008d..f5adc278 100644 --- a/tests/static/test_config.json +++ b/tests/static/test_config.json @@ -14,7 +14,7 @@ }, "implementation": { "name": "aiida-optimade", - "version": "1.1.2", + "version": "1.2.0", "source_url": "https://github.com/aiidateam/aiida-optimade", "maintainer": {"email": "casper.andersen@epfl.ch"} },