From f1e2468d1fa05debc751e06b9116c4fa07f99eb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Falc=C3=A3o?= Date: Sun, 13 Dec 2015 03:42:17 -0200 Subject: [PATCH] New release: 0.7.0 --- README.md | 6 +++--- setup.py | 4 ++-- steadymark/version.py | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6cbf04e..62e81bf 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Steady Mark -> version 0.6.0 +> version 0.7.0 [![Build Status](https://secure.travis-ci.org/gabrielfalcao/steadymark.png?branch=master)](http://travis-ci.org/#!/gabrielfalcao/steadymark) [![instanc.es Badge](https://instanc.es/bin/gabrielfalcao/steadymark.png)](http://instanc.es) ![meme](http://cdn.memegenerator.net/instances/400x/24908847.jpg) @@ -69,10 +69,10 @@ $ steadymark README.md you can tell steadymark to load a "boot" file before running the tests, it's very useful for hooking up [sure](http://falcao.it/sure) or [HTTPretty](http://falcao.it/HTTPretty) -# Steadymark is on version 0.6.0 +# Steadymark is on version 0.7.0 ```python >>> from sure import expect >>> from steadymark import version ->>> assert expect(version).should.equal("0.6.0") +>>> assert expect(version).should.equal("0.7.0") ``` diff --git a/setup.py b/setup.py index eb73d1a..fc7c403 100755 --- a/setup.py +++ b/setup.py @@ -40,12 +40,12 @@ def get_packages(): requirements = [ 'misaka==2.0.0', 'sure==1.2.24', - 'couleur==0.6.0', + 'couleur==0.7.0', ] setup(name='steadymark', - version='0.6.0', + version='0.7.0', description=(u'Markdown-based test runner for python. ' 'Good for github projects'), author=u'Gabriel Falcao', diff --git a/steadymark/version.py b/steadymark/version.py index 710f918..e173756 100644 --- a/steadymark/version.py +++ b/steadymark/version.py @@ -25,4 +25,4 @@ # OTHER DEALINGS IN THE SOFTWARE. from __future__ import unicode_literals -version = '0.6.0' +version = '0.7.0'