summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorErik Rose <grinch@grinchcentral.com>2013-08-30 00:16:39 -0400
committerErik Rose <grinch@grinchcentral.com>2013-08-30 00:20:43 -0400
commit7eb5c1854398d95c054f50f95f75a12b9b42a24b (patch)
tree6d2d0c42747850fdb86b5b71d4c0568be7670908 /setup.py
parent1e3454aec2e987e17981f0ae268521da3ef50183 (diff)
downloadblessings-7eb5c1854398d95c054f50f95f75a12b9b42a24b.tar.gz
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().
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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',