From c67a768d4325f5c954568e682a7a994a712720b7 Mon Sep 17 00:00:00 2001 From: "John T. Wodder II" Date: Tue, 24 Jul 2018 13:26:13 +0000 Subject: [PATCH] =?UTF-8?q?v0.8.0=20=E2=80=94=20Per-edge=20border=20option?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Added `left_border`, `right_border`, `top_border`, and `bottom_border` options --- CHANGELOG.md | 4 ++-- txtble/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 751139d..b28d745 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -v0.8.0 (in development) ------------------------ +v0.8.0 (2017-07-24) +------------------- - Added `left_border`, `right_border`, `top_border`, and `bottom_border` options diff --git a/txtble/__init__.py b/txtble/__init__.py index c383ac5..709655b 100644 --- a/txtble/__init__.py +++ b/txtble/__init__.py @@ -33,7 +33,7 @@ from .errors import IndeterminateWidthError, UnterminatedColorError from .util import with_color_stripped -__version__ = '0.8.0.dev1' +__version__ = '0.8.0' __author__ = 'John Thorvald Wodder II' __author_email__ = 'txtble@varonathe.org' __license__ = 'MIT'