bump version to 1.8.6

This commit is contained in:
tzutalin 2021-10-11 13:15:19 -07:00
parent 3f53dce960
commit 1ab8241d0e
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
History History
======= =======
1.8.6 (2021-10-10)
------------------
* Display box width and height
1.8.5 (2021-04-11) 1.8.5 (2021-04-11)
------------------ ------------------

View File

@ -1,2 +1,2 @@
__version_info__ = ('1', '8', '5') __version_info__ = ('1', '8', '6')
__version__ = '.'.join(__version_info__) __version__ = '.'.join(__version_info__)