File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4+ 3.0.40: 2023-11-10
5+ ------------------
6+
7+ Fixes:
8+ - Improved Python 3.12 support (fixes event loop `DeprecationWarning`).
9+
10+ New features:
11+ - Vi key bindings: `control-t` and `control-d` for indent/unindent in insert
12+ mode.
13+ - Insert partial suggestion when `control+right` is pressed, similar to Fish.
14+ - Use sphinx-nefertiti theme for the docs.
15+
16+
4173.0.39: 2023-07-04
518------------------
619
Original file line number Diff line number Diff line change 4848# built documents.
4949#
5050# The short X.Y version.
51- version = "3.0.39 "
51+ version = "3.0.40 "
5252# The full version, including alpha/beta/rc tags.
53- release = "3.0.39 "
53+ release = "3.0.40 "
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 2727from .shortcuts import PromptSession , print_formatted_text , prompt
2828
2929# Don't forget to update in `docs/conf.py`!
30- __version__ = "3.0.39 "
30+ __version__ = "3.0.40 "
3131
3232assert pep440 .match (__version__ )
3333
You can’t perform that action at this time.
0 commit comments