From 5a8219087b51c183cf34952cdbcf1794d0c7ce59 Mon Sep 17 00:00:00 2001 From: Jeff Quast Date: Wed, 14 Oct 2020 11:41:32 -0400 Subject: [PATCH] Forgot to stamp 1.17.10, stamp 1.17.11 thanks to #181, looks like I forgot to push a version change commit before stamping, my master branch was 1 commit ahead, 1.17.10 was released to pypi, but the code contents of github.com have read 1.17.9, this is also bad for sphinx! Anyway, we release 1.17.11 to avoid any discrepancies --- blessed/__init__.py | 2 +- docs/history.rst | 1 + version.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/blessed/__init__.py b/blessed/__init__.py index 13aafad2..81ea4c61 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.9' +__version__ = '1.17.11' diff --git a/docs/history.rst b/docs/history.rst index 19bfc2f0..1336c227 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -47,6 +47,7 @@ Version History * deprecated: using argument ``_intr_continue`` to method :meth:`~Terminal.kbhit`, behavior is as 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`. 1.16 * introduced: Windows support?! :ghpull:`110` by :ghuser:`avylove`. diff --git a/version.json b/version.json index ab129042..cda3ab05 100644 --- a/version.json +++ b/version.json @@ -1 +1 @@ -{"version": "1.17.9"} +{"version": "1.17.11"}