From 607211784b2c5810cbf9bdf8aff058f3593d51e4 Mon Sep 17 00:00:00 2001 From: Marius Gedminas Date: Wed, 9 Oct 2024 13:49:13 +0300 Subject: [PATCH] Back to development: 2.5.2 --- CHANGES.rst | 6 ++++++ findimports.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 008ee40..54cb22c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,12 @@ Changes ======= +2.5.2 (unreleased) +------------------ + +- Nothing changed yet. + + 2.5.1 (2024-10-09) ------------------ diff --git a/findimports.py b/findimports.py index 3555c65..4fd5c06 100755 --- a/findimports.py +++ b/findimports.py @@ -108,7 +108,7 @@ from operator import attrgetter -__version__ = '2.5.1' +__version__ = '2.5.2.dev0' __author__ = 'Marius Gedminas ' __licence__ = 'MIT' __url__ = 'https://github.com/mgedmin/findimports'