diff --git a/CHANGES.md b/CHANGES.md index 11c26c9..11f3df5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,10 @@ +## 2.4.15 (unreleased) + + +- Nothing changed yet. + + ## 2.4.14 (2024-08-12) diff --git a/setup.py b/setup.py index 0138352..1ae70aa 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def project_path(*names): setup( name="batou_ext", - version="2.4.14", + version="2.4.15.dev0", install_requires=[ "batou >= 2.3b4", "pyaml",