New release: 0.6.0
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# Steady Mark
|
# Steady Mark
|
||||||
> version 0.5.6
|
> version 0.6.0
|
||||||
[](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.5.6
|
# Steadymark is on version 0.6.0
|
||||||
|
|
||||||
```python
|
```python
|
||||||
>>> from sure import expect
|
>>> from sure import expect
|
||||||
>>> from steadymark import version
|
>>> from steadymark import version
|
||||||
>>> assert expect(version).should.equal("0.5.6")
|
>>> assert expect(version).should.equal("0.6.0")
|
||||||
```
|
```
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -45,7 +45,7 @@ requirements = [
|
|||||||
|
|
||||||
|
|
||||||
setup(name='steadymark',
|
setup(name='steadymark',
|
||||||
version='0.5.6',
|
version='0.6.0',
|
||||||
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.5.6'
|
version = '0.6.0'
|
||||||
|
|||||||
Reference in New Issue
Block a user