Skip to content

Commit

Permalink
Release 3.0.36
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanslenders committed Dec 6, 2022
1 parent 132f4ff commit da05f66
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
CHANGELOG
=========

3.0.36: 2022-12-06
------------------

Fixes:
- Another Python 3.6 fix for a bug that was introduced in 3.0.34.


3.0.35: 2022-12-06
------------------

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
# built documents.
#
# The short X.Y version.
version = "3.0.35"
version = "3.0.36"
# The full version, including alpha/beta/rc tags.
release = "3.0.35"
release = "3.0.36"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion src/prompt_toolkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from .shortcuts import PromptSession, print_formatted_text, prompt

# Don't forget to update in `docs/conf.py`!
__version__ = "3.0.35"
__version__ = "3.0.36"

# Version tuple.
VERSION = tuple(__version__.split("."))
Expand Down

0 comments on commit da05f66

Please sign in to comment.