From 83b3072ffd2c3e23f5e71bfb12b69b45f1dcdeba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Falc=C3=A3o?= Date: Tue, 10 Nov 2015 13:09:33 -0500 Subject: [PATCH] release 0.6.0 --- README.md | 2 +- couleur/__init__.py | 2 +- docs/source/conf.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 41217f4..ef5eacd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # couleur - ANSI terminal tool for python, colored shell and other handy fancy features -__Version 0.5.0__ +__Version 0.6.0__ __Couleur__ is a handy tool to play around with ANSI features in a unix terminal diff --git a/couleur/__init__.py b/couleur/__init__.py index 679e578..5ea863d 100644 --- a/couleur/__init__.py +++ b/couleur/__init__.py @@ -20,7 +20,7 @@ import sys import uuid import platform -version = '0.5.0' +version = '0.6.0' from StringIO import StringIO diff --git a/docs/source/conf.py b/docs/source/conf.py index 499d168..80aebf2 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -63,9 +63,9 @@ author = u'Gabriel Falcão' # built documents. # # The short X.Y version. -version = '0.5.0' +version = '0.6.0' # The full version, including alpha/beta/rc tags. -release = '0.5.0' +release = '0.6.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.