From 8b322416a384f1042fcbc2e2c191880e9d569f5c Mon Sep 17 00:00:00 2001 From: Christian Zagrodnick Date: Mon, 12 Aug 2024 13:24:21 +0200 Subject: [PATCH] Back to development: 2.4.14 --- CHANGES.md | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index fc039eb..81a0e03 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,10 @@ +## 2.4.14 (unreleased) + + +- Nothing changed yet. + + ## 2.4.13 (2024-08-12) diff --git a/setup.py b/setup.py index da2e5c6..a32f1c6 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def project_path(*names): setup( name="batou_ext", - version="2.4.13", + version="2.4.14.dev0", install_requires=[ "batou >= 2.3b4", "pyaml",