From 33f36604823eb0b5c4b1af3191ebd357b3a57b30 Mon Sep 17 00:00:00 2001 From: Jeff Quast Date: Wed, 24 Feb 2021 19:51:12 -0500 Subject: [PATCH] Cut version 1.18.0 --- blessed/__init__.py | 2 +- docs/history.rst | 7 +++++++ version.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/blessed/__init__.py b/blessed/__init__.py index 5477d20d..fb72bb76 100644 --- a/blessed/__init__.py +++ b/blessed/__init__.py @@ -19,4 +19,4 @@ 'support due to http://bugs.python.org/issue10570.') __all__ = ('Terminal',) -__version__ = '1.17.12' +__version__ = '1.18.0' diff --git a/docs/history.rst b/docs/history.rst index b4128f03..4018bd6e 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -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 diff --git a/version.json b/version.json index 71993434..617b2b36 100644 --- a/version.json +++ b/version.json @@ -1 +1 @@ -{"version": "1.17.12"} +{"version": "1.18.0"}