From 7eb5c1854398d95c054f50f95f75a12b9b42a24b Mon Sep 17 00:00:00 2001 From: Erik Rose Date: Fri, 30 Aug 2013 00:16:39 -0400 Subject: Explain the new behavior to myself. Remove 1 test assertion. No non-test behavior changes. Bump version to 1.5.1. Remove one test assertion that already occurs almost verbatim in test_formatting_functions_without_tty(). --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 7dd18d0..ba705da 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ if sys.version_info >= (3,): setup( name='blessings', - version='1.5', + version='1.5.1', description='A thin, practical wrapper around terminal coloring, styling, and positioning', long_description=open('README.rst').read(), author='Erik Rose', -- cgit v1.2.1