Skip to content

Commit

Permalink
Update readme. Bump version to 1.6.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikrose committed Jan 3, 2018
1 parent 24073ca commit 6a29ced
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,10 @@ Blessings is under the MIT License. See the LICENSE file.
Version History
===============

1.6.1
* Don't crash if ``number_of_colors()`` is called when run in a non-terminal
or when ``does_styling`` is otherwise false.

1.6
* Add ``does_styling`` property. This takes ``force_styling`` into account
and should replace most uses of ``is_a_tty``.
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# built documents.
#
# The short X.Y version.
version = '1.6'
version = '1.6.1'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name='blessings',
version='1.6',
version='1.6.1',
description='A thin, practical wrapper around terminal coloring, styling, and positioning',
long_description=open('README.rst').read(),
author='Erik Rose',
Expand Down

0 comments on commit 6a29ced

Please sign in to comment.