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
|
||||||
[](http://travis-ci.org/#!/gabrielfalcao/steadymark)
|
[](http://travis-ci.org/#!/gabrielfalcao/steadymark)
|
||||||
[](http://instanc.es)
|
[](http://instanc.es)
|
||||||

|

|
||||||
@ -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…
x
Reference in New Issue
Block a user