From 02c2d3b1b65fbab3220393622b9e30cea8283faf Mon Sep 17 00:00:00 2001 From: Alexander Goscinski Date: Thu, 6 Aug 2026 16:22:33 +0200 Subject: [PATCH 1/2] Fix wrong v2.9.0 changelog information (#7534) --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8f6509fc8..01c4a0ee9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -111,7 +111,6 @@ See the updated [logging documentation](https://aiida-core.readthedocs.io/en/v2. Related interface extensions: -- `aiida.common.UnsupportedSchemaError` ([#7417](https://github.com/aiidateam/aiida-core/pull/7417)) - `aiida.manage.AiiDAConfigPathResolver.profile_log_dir` ([#7322](https://github.com/aiidateam/aiida-core/pull/7322)) - `aiida.manage.Option.advanced` ([#7322](https://github.com/aiidateam/aiida-core/pull/7322)) - `aiida.manage.Option.deprecated_by` ([#7322](https://github.com/aiidateam/aiida-core/pull/7322)) @@ -132,6 +131,7 @@ See the [Behavior changes](#behavior-changes) section for migration guidance. Related interface extensions: +- `aiida.common.UnsupportedSchemaError` ([#6990](https://github.com/aiidateam/aiida-core/pull/6990)) - `aiida.orm.AbstractCode.serialize` ([#6990](https://github.com/aiidateam/aiida-core/pull/6990)) - `aiida.orm.AbstractCode.to_model` ([#6990](https://github.com/aiidateam/aiida-core/pull/6990)) - `aiida.orm.AbstractCode.attach_file` ([#6990](https://github.com/aiidateam/aiida-core/pull/6990)) @@ -168,7 +168,6 @@ Related interface extensions: - `aiida.orm.Node.to_model_field_values` ([#6990](https://github.com/aiidateam/aiida-core/pull/6990)) - `aiida.orm.QbFields.keys` ([#7463](https://github.com/aiidateam/aiida-core/pull/7463)) - `aiida.orm.SinglefileData.attach_file` ([#6990](https://github.com/aiidateam/aiida-core/pull/6990)) -- `aiida.orm.WorkChainNode.tools` ([#6990](https://github.com/aiidateam/aiida-core/pull/6990)) - `aiida.orm.XyData.x_name` ([#6990](https://github.com/aiidateam/aiida-core/pull/6990)) - `aiida.orm.XyData.x_units` ([#6990](https://github.com/aiidateam/aiida-core/pull/6990)) - `aiida.orm.XyData.y_names` ([#6990](https://github.com/aiidateam/aiida-core/pull/6990)) @@ -207,7 +206,8 @@ This tool exposes methods to introspect and manipulate workflow state, helping d Related interface extensions: -- `aiida.tools.WorkflowTools` ([#7329](https://github.com/aiidateam/aiida-core/pull/7329)) +- `aiida.tools.WorkflowTools` ([#6884](https://github.com/aiidateam/aiida-core/pull/6884)) +- `aiida.orm.WorkChainNode.tools` ([#6884](https://github.com/aiidateam/aiida-core/pull/6884)) #### Daemon client: worker scaling with wait parameter From 01307cc68c78d77e0572b864fc13ab206ef052bd Mon Sep 17 00:00:00 2001 From: Alexander Goscinski Date: Thu, 6 Aug 2026 16:23:57 +0200 Subject: [PATCH 2/2] Post release preparation of version and changelog (#7534) --- CHANGELOG.md | 11 +++++++++++ src/aiida/__init__.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01c4a0ee9b..de68566b5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## Unreleased + +### New features + +### Behavior changes + +### Fixes + +### Deprecations + + ## v2.9.0 - 2026-08-06 The big feature of this release is the new built-in **ZeroMQ broker**, which allows submitting calculations and workflows to the daemon workers without installing and running an external message broker service such as RabbitMQ. diff --git a/src/aiida/__init__.py b/src/aiida/__init__.py index b4c8bbe353..571673cc0b 100644 --- a/src/aiida/__init__.py +++ b/src/aiida/__init__.py @@ -27,7 +27,7 @@ 'For further information please visit http://www.aiida.net/. All rights reserved.' ) __license__ = 'MIT license, see LICENSE.txt file.' -__version__ = '2.9.0' +__version__ = '3.0.0.dev0' __authors__ = 'The AiiDA team.' __paper__ = ( 'S. P. Huber et al., "AiiDA 1.0, a scalable computational infrastructure for automated reproducible workflows and '