Skip to content

Commit

Permalink
Forgot to stamp 1.17.10, stamp 1.17.11
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jquast committed Oct 14, 2020
1 parent aea84cb commit 5a82190
Show file tree
Hide file tree
Showing 3 changed files with 3 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.9'
__version__ = '1.17.11'
1 change: 1 addition & 0 deletions docs/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
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.9"}
{"version": "1.17.11"}

0 comments on commit 5a82190

Please sign in to comment.