From 1ab8241d0e03d27662069971fcf52850c70f7278 Mon Sep 17 00:00:00 2001 From: tzutalin Date: Mon, 11 Oct 2021 13:15:19 -0700 Subject: [PATCH] bump version to 1.8.6 --- HISTORY.rst | 6 ++++++ libs/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 711011aa..f4900d32 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,12 @@ History ======= +1.8.6 (2021-10-10) +------------------ + +* Display box width and height + + 1.8.5 (2021-04-11) ------------------ diff --git a/libs/__init__.py b/libs/__init__.py index 1a2e5604..6aaa95d4 100644 --- a/libs/__init__.py +++ b/libs/__init__.py @@ -1,2 +1,2 @@ -__version_info__ = ('1', '8', '5') +__version_info__ = ('1', '8', '6') __version__ = '.'.join(__version_info__)