New release: 0.7.3
This commit is contained in:
parent
f9b18bed69
commit
34b75202a6
@ -1,5 +1,5 @@
|
|||||||
# Steady Mark
|
# Steady Mark
|
||||||
> version 0.7.2
|
> version 0.7.3
|
||||||
[![Build Status](https://secure.travis-ci.org/gabrielfalcao/steadymark.png?branch=master)](http://travis-ci.org/#!/gabrielfalcao/steadymark)
|
[![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)
|
[![instanc.es Badge](https://instanc.es/bin/gabrielfalcao/steadymark.png)](http://instanc.es)
|
||||||
![meme](http://cdn.memegenerator.net/instances/400x/24908847.jpg)
|
![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)
|
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.2
|
# Steadymark is on version 0.7.3
|
||||||
|
|
||||||
```python
|
```python
|
||||||
>>> from sure import expect
|
>>> from sure import expect
|
||||||
>>> from steadymark import version
|
>>> from steadymark import version
|
||||||
>>> assert expect(version).should.equal("0.7.2")
|
>>> assert expect(version).should.equal("0.7.3")
|
||||||
```
|
```
|
||||||
|
2
setup.py
2
setup.py
@ -45,7 +45,7 @@ requirements = [
|
|||||||
|
|
||||||
|
|
||||||
setup(name='steadymark',
|
setup(name='steadymark',
|
||||||
version='0.7.2',
|
version='0.7.3',
|
||||||
description=(u'Markdown-based test runner for python. '
|
description=(u'Markdown-based test runner for python. '
|
||||||
'Good for github projects'),
|
'Good for github projects'),
|
||||||
author=u'Gabriel Falcao',
|
author=u'Gabriel Falcao',
|
||||||
|
@ -25,4 +25,4 @@
|
|||||||
# OTHER DEALINGS IN THE SOFTWARE.
|
# OTHER DEALINGS IN THE SOFTWARE.
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
version = '0.7.2'
|
version = '0.7.3'
|
||||||
|
Loading…
Reference in New Issue
Block a user