From 2eaa2ef4f23a9ac80dc51a1792ad74c783144419 Mon Sep 17 00:00:00 2001 From: bboe Date: Sun, 14 Jun 2026 20:46:55 +0000 Subject: [PATCH 1/2] Bump to v0.2.6 --- CHANGES.rst | 6 +++--- codesorter/const.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 1862684..df7a4a0 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,9 +4,9 @@ codesorter follows `semantic versioning `_. -************ - Unreleased -************ +******************** + 0.2.6 (2026/06/14) +******************** **Added** diff --git a/codesorter/const.py b/codesorter/const.py index d945bdd..d1e15a4 100644 --- a/codesorter/const.py +++ b/codesorter/const.py @@ -39,4 +39,4 @@ PROPERTY_DECORATOR_PARTS = 2 -__version__ = "0.2.6.dev0" +__version__ = "0.2.6" From a93d3ab5e7015402baa6c00aa9100424ab436cf1 Mon Sep 17 00:00:00 2001 From: bboe Date: Sun, 14 Jun 2026 20:46:55 +0000 Subject: [PATCH 2/2] Set development version v0.2.7.dev0 --- CHANGES.rst | 4 ++++ codesorter/const.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index df7a4a0..df14239 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,10 @@ codesorter follows `semantic versioning `_. +************ + Unreleased +************ + ******************** 0.2.6 (2026/06/14) ******************** diff --git a/codesorter/const.py b/codesorter/const.py index d1e15a4..ddea004 100644 --- a/codesorter/const.py +++ b/codesorter/const.py @@ -39,4 +39,4 @@ PROPERTY_DECORATOR_PARTS = 2 -__version__ = "0.2.6" +__version__ = "0.2.7.dev0"