From e93aa9399085c516216a206066d062cd0db9d857 Mon Sep 17 00:00:00 2001 From: Matteo Nastasi Date: Tue, 1 Oct 2024 17:29:35 +0200 Subject: [PATCH] update development version to 3.22.0 --- README.md | 2 +- doc/release-notes/whats-new.md | 0 openquake/baselib/__init__.py | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 doc/release-notes/whats-new.md diff --git a/README.md b/README.md index 6ac40bac0f14..ced011db69ae 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ The code name for version 3.16 is **Angela**, in memory of the Italian science j ### Latest release - for users needing the latest features -Latest stable version is the **OpenQuake Engine 3.20**.* [What's new](https://docs.openquake.org/oq-engine/master/manual/release-notes/whats-new-3.20.html) +Latest stable version is the **OpenQuake Engine 3.21**.* [What's new](https://docs.openquake.org/oq-engine/master/manual/release-notes/whats-new-3.21.html) diff --git a/doc/release-notes/whats-new.md b/doc/release-notes/whats-new.md new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/openquake/baselib/__init__.py b/openquake/baselib/__init__.py index 0bd7ab977f6a..d97bad34f218 100644 --- a/openquake/baselib/__init__.py +++ b/openquake/baselib/__init__.py @@ -130,4 +130,4 @@ def read(*paths, **validators): config.multi_user = install_user in ('root', 'openquake') # the version is managed by the universal installer -__version__ = '3.21.0' +__version__ = '3.22.0'