From d5c4f15fb0d75c030eaf26614931c949b13facfe Mon Sep 17 00:00:00 2001 From: Kristjan Eimre Date: Tue, 9 Aug 2022 11:35:49 +0300 Subject: [PATCH] Release `v2.0.3` --- CHANGELOG.md | 7 +++++++ aiida/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98691f6cff..930d00f5b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## v2.0.3 - 2022-08-09 + +[Full changelog](https://github.com/aiidateam/aiida-core/compare/v2.0.2...v2.0.3) + +Update of the Dockerfile base image (`aiidateam/aiida-prerequisites`) to version `0.6.0`. + + ## v2.0.2 - 2022-07-13 [Full changelog](https://github.com/aiidateam/aiida-core/compare/v2.0.1...v2.0.2) diff --git a/aiida/__init__.py b/aiida/__init__.py index 22a08ae810..fe3009425f 100644 --- a/aiida/__init__.py +++ b/aiida/__init__.py @@ -28,7 +28,7 @@ 'For further information please visit http://www.aiida.net/. All rights reserved.' ) __license__ = 'MIT license, see LICENSE.txt file.' -__version__ = '2.0.2' +__version__ = '2.0.3' __authors__ = 'The AiiDA team.' __paper__ = ( 'S. P. Huber et al., "AiiDA 1.0, a scalable computational infrastructure for automated reproducible workflows and '