diff --git a/CHANGELOG.md b/CHANGELOG.md index 817924af26..97378e7220 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 c71ce8e9c8..5a5485c84a 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.post0' +__version__ = '2.0.3.post0' __authors__ = 'The AiiDA team.' __paper__ = ( 'S. P. Huber et al., "AiiDA 1.0, a scalable computational infrastructure for automated reproducible workflows and '