diff options
author | Erik Rose <erik@mozilla.com> | 2013-08-30 16:29:51 -0400 |
---|---|---|
committer | Erik Rose <erik@mozilla.com> | 2013-08-30 16:29:51 -0400 |
commit | 9520394149dc18bf83e3c11877d50f3b2cd27dff (patch) | |
tree | 59a303a6ba624943461b049d6cbd2ae58b79a874 /docs | |
parent | e899c7241d82dd350ed90b3d90706b40139a9171 (diff) | |
download | blessings-9520394149dc18bf83e3c11877d50f3b2cd27dff.tar.gz |
Make does_styling attr public. Bump version to 1.6.
This is more often what's intended when is_a_tty is examined. While a caller could keep track of what he's passed to the Terminal constructor, it is often more convenient to have the info available directly on the instance, which we're already passing around everywhere.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 4a64708..e9ed9eb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,7 +50,7 @@ copyright = u'2011, Erik Rose' # built documents. # # The short X.Y version. -version = '1.5' +version = '1.6' # The full version, including alpha/beta/rc tags. release = version |