From b22d3aa6a348416e49d14ce9d42bac48f0593e73 Mon Sep 17 00:00:00 2001 From: Jeff Quast Date: Fri, 27 Nov 2020 22:10:38 -0500 Subject: [PATCH] bump for 1.17.12 release --- blessed/__init__.py | 2 +- docs/history.rst | 2 ++ version.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/blessed/__init__.py b/blessed/__init__.py index 81ea4c61..3391c216 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.11' +__version__ = '1.17.12' diff --git a/docs/history.rst b/docs/history.rst index 1336c227..b4128f03 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -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`. diff --git a/version.json b/version.json index cda3ab05..71993434 100644 --- a/version.json +++ b/version.json @@ -1 +1 @@ -{"version": "1.17.11"} +{"version": "1.17.12"}