From 0dd41ea7bdb68a9c290d307c2dbef1832862e9ee Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Thu, 12 Sep 2024 10:47:35 +0200 Subject: [PATCH] Prepare 3.1.0. --- changelogs/fragments/3.1.0.yml | 1 + src/antsibull_core/__init__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelogs/fragments/3.1.0.yml diff --git a/changelogs/fragments/3.1.0.yml b/changelogs/fragments/3.1.0.yml new file mode 100644 index 0000000..b566a51 --- /dev/null +++ b/changelogs/fragments/3.1.0.yml @@ -0,0 +1 @@ +release_summary: Feature release adding a new dependency. diff --git a/src/antsibull_core/__init__.py b/src/antsibull_core/__init__.py index 9b051ea..596eb26 100644 --- a/src/antsibull_core/__init__.py +++ b/src/antsibull_core/__init__.py @@ -9,6 +9,6 @@ from __future__ import annotations -__version__ = "3.0.2.post0" +__version__ = "3.1.0" __all__ = ("__version__",)