New release: 0.7.1

This commit is contained in:
Gabriel Falcão 2015-12-13 04:00:17 -02:00
parent 4fcd26af7d
commit d3b6be0d89
3 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
# Steady Mark
> version 0.7.0
> version 0.7.1
[![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.7.0
# Steadymark is on version 0.7.1
```python
>>> from sure import expect
>>> from steadymark import version
>>> assert expect(version).should.equal("0.7.0")
>>> assert expect(version).should.equal("0.7.1")
```

View File

@ -45,7 +45,7 @@ requirements = [
setup(name='steadymark',
version='0.7.0',
version='0.7.1',
description=(u'Markdown-based test runner for python. '
'Good for github projects'),
author=u'Gabriel Falcao',

View File

@ -25,4 +25,4 @@
# OTHER DEALINGS IN THE SOFTWARE.
from __future__ import unicode_literals
version = '0.7.0'
version = '0.7.1'