diff options
author | Martin Matusiak <numerodix@gmail.com> | 2014-03-09 15:50:29 +0100 |
---|---|---|
committer | Martin Matusiak <numerodix@gmail.com> | 2014-03-09 15:50:29 +0100 |
commit | 56413169159bd2df0e8331162eb76fe34b150033 (patch) | |
tree | 0a278ac03d315abfb8b4685fba42447ccec2fb8a | |
parent | 03968b766e50b4f86560caaa1943a282c6569140 (diff) | |
parent | 61fd5adadae92156afb9112cf34bd1e66e551fbf (diff) | |
download | ansicolor-56413169159bd2df0e8331162eb76fe34b150033.tar.gz |
Merge branch 'release/0.1.9'0.1.9
-rw-r--r-- | README.rst | 2 | ||||
-rw-r--r-- | ansicolor/__init__.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -29,7 +29,7 @@ Installation Documentation ------------- +------------- Read the `documentation`_ on Read the Docs! diff --git a/ansicolor/__init__.py b/ansicolor/__init__.py index 1be7f32..9d83e48 100644 --- a/ansicolor/__init__.py +++ b/ansicolor/__init__.py @@ -32,5 +32,5 @@ __all__ = [ ] __major_version__ = "0.1" -__release__ = "8" +__release__ = "9" __version__ = "%s.%s" % (__major_version__, __release__) |