Skip to content

Commit

Permalink
Cut version 1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jquast committed Feb 25, 2021
1 parent 9ce3860 commit 33f3660
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
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.12'
__version__ = '1.18.0'
7 changes: 7 additions & 0 deletions docs/history.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
Version History
===============
1.18
* introduced: type annotations, :ghissue:`192` by :ghuser:`dlax`.
* bugfix: do not fail when ``sys.stdin`` is unset, :ghissue:`195` by
:ghuser:`Olen`
* docfix: correct "Bottom of the screen" example to use ``end=''`` and
document about it in location.rst, :ghissue:`188` by :ghuser:`pyfisch`

1.17
* introduced: :ref:`hyperlinks`, method :meth:`~Terminal.link`, :ghissue:`116`.
* introduced: 24-bit color support, detected by ``term.number_of_colors == 1 << 24``, and 24-bit
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.12"}
{"version": "1.18.0"}

0 comments on commit 33f3660

Please sign in to comment.