From 78225b3b90297f5d3feb789432126bd12c1ecd97 Mon Sep 17 00:00:00 2001 From: Sachin Saharan Date: Tue, 3 Dec 2024 15:15:43 +0530 Subject: [PATCH] Release 1.9.9 Major changes: - Bumped lint from 3.12 to 3.13 (#370) - Bumped actions/checkout from 3 to 4 (#371) - Bumped peaceiris/actions-gh-pages from 3 to 4 (#373) - Bumped codecov/codecov-action from 2 to 4 (#374) - Bump actions/setup-python from 3 to 5 (#372) - Try to detect non-gloabl unused imports (#369) - Set sys.last_value / sys.last_exc before entering the debugger (#380) - Disable auto-import of lazy variables (#379) - Bump codecov/codecov-action from 4 to 5 (#378) --- lib/python/pyflyby/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/python/pyflyby/_version.py b/lib/python/pyflyby/_version.py index 841b697c..6f12809f 100644 --- a/lib/python/pyflyby/_version.py +++ b/lib/python/pyflyby/_version.py @@ -4,4 +4,4 @@ # http://creativecommons.org/publicdomain/zero/1.0/ -__version__ = "1.9.8" +__version__ = "1.9.9"