Skip to content

Commit

Permalink
Release 1.9.9
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
Sachin Saharan committed Dec 3, 2024
1 parent 9735fe7 commit 78225b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/pyflyby/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# http://creativecommons.org/publicdomain/zero/1.0/


__version__ = "1.9.8"
__version__ = "1.9.9"

0 comments on commit 78225b3

Please sign in to comment.