From 3ce1b333a3ba941ce81a56f447c5536b4c33e4c1 Mon Sep 17 00:00:00 2001 From: Sachin Saharan Date: Wed, 6 Nov 2024 16:05:19 +0530 Subject: [PATCH] Release 1.9.8 Major changes: - Fixed node span issue in Python 3.11 and before. - Support __all__ being a tuple, not just a list --- 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 97d29abd..841b697c 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.7" +__version__ = "1.9.8"