summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Matusiak <numerodix@gmail.com>2014-03-09 15:50:29 +0100
committerMartin Matusiak <numerodix@gmail.com>2014-03-09 15:50:29 +0100
commit56413169159bd2df0e8331162eb76fe34b150033 (patch)
tree0a278ac03d315abfb8b4685fba42447ccec2fb8a
parent03968b766e50b4f86560caaa1943a282c6569140 (diff)
parent61fd5adadae92156afb9112cf34bd1e66e551fbf (diff)
downloadansicolor-0.1.9.tar.gz
Merge branch 'release/0.1.9'0.1.9
-rw-r--r--README.rst2
-rw-r--r--ansicolor/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 9ea6033..c2371dd 100644
--- a/README.rst
+++ b/README.rst
@@ -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__)