Skip to content

Commit

Permalink
Bump version to 1.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
avylove committed Jan 20, 2022
1 parent c1fdf21 commit 7078fad
Show file tree
Hide file tree
Showing 3 changed files with 8 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 @@ -20,4 +20,4 @@
'support due to http://bugs.python.org/issue10570.')

__all__ = ('Terminal',)
__version__ = "1.19.0"
__version__ = "1.19.1"
6 changes: 6 additions & 0 deletions docs/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ Version History
retaining the sequences, :ghissue:`211` by :ghuser:`fishermans-friend`
* enhancement: Add small sleep in :meth:`~Terminal.kbhit` on Windows
to reduce CPU load :ghissue:`209` by :ghuser:`numerlor`
* enhancement: :meth:`~Terminal.rjust`, :meth:`~Terminal.ljust`,
and :meth:`~Terminal.center` now accept :class:`~typing.SupportsIndex` types, :ghissue:`234`
* enhancement: When 88 colors is detected, it is now interpreted as 16 colors rather than raising
an :exc:`AssertionError`, :ghissue:`235`
* bugfix: Fix global variable declarations in type annotations, :ghissue:`230` by
:ghuser:`mwchase`

1.18
* bugfix: :meth:`~Terminal.split_seqs` for some sequences
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version": "1.19.0"}
{"version": "1.19.1"}

0 comments on commit 7078fad

Please sign in to comment.