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

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