File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4+ 3.0.45: 2024-05-28
5+ ------------------
6+
7+ Fixes:
8+ - Improve performance of `GrammarCompleter` (faster deduplication of completions).
9+
10+
4113.0.44: 2024-05-27
512------------------
613
Original file line number Diff line number Diff line change 4848# built documents.
4949#
5050# The short X.Y version.
51- version = "3.0.44 "
51+ version = "3.0.45 "
5252# The full version, including alpha/beta/rc tags.
53- release = "3.0.44 "
53+ release = "3.0.45 "
5454
5555# The language for content autogenerated by Sphinx. Refer to documentation
5656# for a list of supported languages.
Original file line number Diff line number Diff line change 2828from .shortcuts import PromptSession , print_formatted_text , prompt
2929
3030# Don't forget to update in `docs/conf.py`!
31- __version__ = "3.0.44 "
31+ __version__ = "3.0.45 "
3232
3333assert pep440 .match (__version__ )
3434
You can’t perform that action at this time.
0 commit comments