New release: 0.5.6

This commit is contained in:
Gabriel Falcão 2015-06-25 12:00:10 -04:00
parent 65a08ec7f7
commit 8d0254a636
3 changed files with 5 additions and 5 deletions

View File

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

View File

@ -43,7 +43,7 @@ requirements = [
]
setup(name='steadymark',
version='0.5.5',
version='0.5.6',
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.5.5'
version = '0.5.6'