New release: 0.7.1
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# HTTPretty 0.7.0
|
# HTTPretty 0.7.1
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
project:
|
project:
|
||||||
name: "HTTPretty"
|
name: "HTTPretty"
|
||||||
version: 0.7.0
|
version: 0.7.1
|
||||||
description: HTTP request mock tool for python
|
description: HTTP request mock tool for python
|
||||||
tagline: Intercept real HTTP calls in python, test your software better.
|
tagline: Intercept real HTTP calls in python, test your software better.
|
||||||
twitter: gabrielfalcao
|
twitter: gabrielfalcao
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Release Notes
|
# Release Notes
|
||||||
|
|
||||||
## 0.7.0 (current)
|
## 0.7.1 (current)
|
||||||
|
|
||||||
Improvements:
|
Improvements:
|
||||||
|
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
# OTHER DEALINGS IN THE SOFTWARE.
|
# OTHER DEALINGS IN THE SOFTWARE.
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
__version__ = version = '0.7.0'
|
__version__ = version = '0.7.1'
|
||||||
|
|
||||||
from .core import httpretty, httprettified
|
from .core import httpretty, httprettified
|
||||||
from .errors import HTTPrettyError
|
from .errors import HTTPrettyError
|
||||||
|
|||||||
Reference in New Issue
Block a user