8000 Release 3.0.5 · cool-RR/python-prompt-toolkit@5629e7d · GitHub
[go: up one dir, main page]

Skip to content

Commit 5629e7d

Browse files
Release 3.0.5
1 parent f4ca593 commit 5629e7d

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
CHANGELOG
22
=========
33

4+
3.0.5: 2020-03-26
5+
-----------------
6+
7+
Fixes:
8+
- Bugfix in mouse handling on Windows.
9+
410
3.0.4: 2020-03-06
511
-----------------
612

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
# built documents.
5252
#
5353
# The short X.Y version.
54-
version = '3.0.4'
54+
version = '3.0.5'
5555 8000
# The full version, including alpha/beta/rc tags.
56-
release = '3.0.4'
56+
release = '3.0.5'
5757

5858
# The language for content autogenerated by Sphinx. Refer to documentation
5959
# for a list of supported languages.

prompt_toolkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from .shortcuts import PromptSession, print_formatted_text, prompt
1919

2020
# Don't forget to update in `docs/conf.py`!
21-
__version__ = "3.0.4"
21+
__version__ = "3.0.5"
2222

2323
# Version tuple.
2424
VERSION = tuple(__version__.split("."))

0 commit comments

Comments
 (0)
0