diff --git a/CHANGES.rst b/CHANGES.rst index 20a0c48..bf8e5e1 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,10 @@ codesorter follows `semantic versioning `_. Unreleased ************ +******************** + 0.2.7 (2026/06/15) +******************** + **Fixed** - Do not treat a class's own attribute as a dependency on a same-named outer definition. diff --git a/codesorter/const.py b/codesorter/const.py index ddea004..692ba27 100644 --- a/codesorter/const.py +++ b/codesorter/const.py @@ -39,4 +39,4 @@ PROPERTY_DECORATOR_PARTS = 2 -__version__ = "0.2.7.dev0" +__version__ = "0.2.8.dev0"