From d21ce2f212342567aa428ecd56daba23d52f67ce Mon Sep 17 00:00:00 2001 From: "John T. Wodder II" Date: Sun, 19 Nov 2023 11:00:40 -0500 Subject: [PATCH] Start work on next version --- CHANGELOG.md | 3 +++ docs/changelog.rst | 4 ++++ src/versioningit/__init__.py | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5984494..fa77e5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +v2.4.0 (in development) +----------------------- + v2.3.0 (2023-11-19) ------------------- - Always read `.hg_archival.txt` files using UTF-8 encoding diff --git a/docs/changelog.rst b/docs/changelog.rst index 651b7eb..6208cfa 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -3,6 +3,10 @@ Changelog ========= +v2.4.0 (in development) +----------------------- + + v2.3.0 (2023-11-19) ------------------- - Always read :file:`.hg_archival.txt` files using UTF-8 encoding diff --git a/src/versioningit/__init__.py b/src/versioningit/__init__.py index eae3a5a..53441e2 100644 --- a/src/versioningit/__init__.py +++ b/src/versioningit/__init__.py @@ -43,7 +43,7 @@ for more information. """ -__version__ = "2.3.0" +__version__ = "2.4.0.dev1" __author__ = "John Thorvald Wodder II" __author_email__ = "versioningit@varonathe.org" __license__ = "MIT"