From 29eebce6b190f4467895c0dbe4072d4b036c96b2 Mon Sep 17 00:00:00 2001 From: Avram Lubkin Date: Tue, 28 Jul 2020 08:10:08 -0400 Subject: [PATCH] Bumo version and hiustory --- 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 e1705283..13aafad2 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.8' +__version__ = '1.17.9' diff --git a/docs/history.rst b/docs/history.rst index fb5ff479..19bfc2f0 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -46,6 +46,7 @@ Version History not attached. :ghissue:`69`. * 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+ 1.16 * introduced: Windows support?! :ghpull:`110` by :ghuser:`avylove`. diff --git a/version.json b/version.json index 4ff72aad..ab129042 100644 --- a/version.json +++ b/version.json @@ -1 +1 @@ -{"version": "1.17.8"} +{"version": "1.17.9"}