Skip to content

Commit

Permalink
Bump version to 1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
avylove committed Feb 4, 2023
1 parent 54b367d commit d404d8c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blessed/__init__.py
Expand Up @@ -20,4 +20,4 @@
'support due to http://bugs.python.org/issue10570.')

__all__ = ('Terminal',)
__version__ = "1.19.1"
__version__ = "1.20.0"
7 changes: 7 additions & 0 deletions docs/history.rst
Expand Up @@ -2,6 +2,13 @@
Version History
===============
1.20
* introduced :meth:`~Terminal.get_fgcolor` and :meth:`~Terminal.get_bgcolor` to query
the terminal for the currently set colors. :ghissue:`237` by :ghuser:`stefanholek`
* bugfix: Copy globals dict before iterating to avoid RuntimeError in multithreaded
applications, :ghissue:`248` by :ghuser:`adamnovak`


1.19
* introduced :meth:`~Terminal.truncate` to truncate a string while
retaining the sequences, :ghissue:`211` by :ghuser:`fishermans-friend`
Expand Down
2 changes: 1 addition & 1 deletion version.json
@@ -1 +1 @@
{"version": "1.19.1"}
{"version": "1.20.0"}

0 comments on commit d404d8c

Please sign in to comment.