Skip to content

Commit

Permalink
bump for 1.17.12 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jquast committed Nov 28, 2020
1 parent 7fb13de commit b22d3aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blessed/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
'support due to http://bugs.python.org/issue10570.')

__all__ = ('Terminal',)
__version__ = '1.17.11'
__version__ = '1.17.12'
2 changes: 2 additions & 0 deletions docs/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ Version History
though such value is always True since 1.9.
* bugfix: Now imports on 3.10+
* bugfix: Fix detection of shift+arrow keys when using tmux. :ghissue:`178`.
* enhancement: Instantiate SequenceTextWrapper only once in
:meth:`~.Terminal.wrap`. :ghissue:`184`.

1.16
* introduced: Windows support?! :ghpull:`110` by :ghuser:`avylove`.
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version": "1.17.11"}
{"version": "1.17.12"}

0 comments on commit b22d3aa

Please sign in to comment.