From 56f112d89e62098fe264b5172fa1f117e8588fb4 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 23 Sep 2024 19:51:27 +0300 Subject: [PATCH] Prepare 3.2.0. --- changelogs/fragments/3.2.0.yml | 1 + src/antsibull_core/__init__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelogs/fragments/3.2.0.yml diff --git a/changelogs/fragments/3.2.0.yml b/changelogs/fragments/3.2.0.yml new file mode 100644 index 0000000..80287c3 --- /dev/null +++ b/changelogs/fragments/3.2.0.yml @@ -0,0 +1 @@ +release_summary: Feature and bugfix release. diff --git a/src/antsibull_core/__init__.py b/src/antsibull_core/__init__.py index 6ea811f..70eb9ed 100644 --- a/src/antsibull_core/__init__.py +++ b/src/antsibull_core/__init__.py @@ -9,6 +9,6 @@ from __future__ import annotations -__version__ = "3.1.0.post0" +__version__ = "3.2.0" __all__ = ("__version__",)