Skip to content

Commit

Permalink
Prepare for release 0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhalter committed Oct 2, 2023
1 parent 30e9b7b commit 4e175ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ Changelog
Unreleased
++++++++++

- Python 3.12 support
0.19.1 (2023-10-02)
+++++++++++++++++++

- Python 3.12 support (Thanks Peter!)

0.19.0 (2023-07-29)
+++++++++++++++++++
Expand Down
2 changes: 1 addition & 1 deletion jedi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
load
"""

__version__ = '0.19.0'
__version__ = '0.19.1'

from jedi.api import Script, Interpreter, set_debug_function, preload_module
from jedi import settings
Expand Down

0 comments on commit 4e175ca

Please sign in to comment.