Skip to content

Commit

Permalink
New release: 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfalcao committed Feb 3, 2015
1 parent e710073 commit 734fbaa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
# HTTPretty 0.8.3
# HTTPretty 0.8.4

![https://s3-us-west-2.amazonaws.com/s.cdpn.io/18885/httpretty-logo_1.svg](https://s3-us-west-2.amazonaws.com/s.cdpn.io/18885/httpretty-logo_1.svg)
[![tip for next commit](http://tip4commit.com/projects/133.svg)](http://tip4commit.com/projects/133)
Expand Down
2 changes: 1 addition & 1 deletion docs/.markment.yml
@@ -1,6 +1,6 @@
project:
name: "HTTPretty"
version: 0.8.3
version: 0.8.4
description: HTTP request mock tool for python
tagline: Intercept real HTTP calls in python, test your software better.
twitter: gabrielfalcao
Expand Down
2 changes: 1 addition & 1 deletion docs/NEWS.md
@@ -1,6 +1,6 @@
# Release Notes

## 0.8.3 (current)
## 0.8.4 (current)

Improvements:

Expand Down
2 changes: 1 addition & 1 deletion httpretty/__init__.py
Expand Up @@ -25,7 +25,7 @@
# OTHER DEALINGS IN THE SOFTWARE.
from __future__ import unicode_literals

__version__ = version = '0.8.3'
__version__ = version = '0.8.4'

from .core import httpretty, httprettified
from .errors import HTTPrettyError, UnmockedError
Expand Down

0 comments on commit 734fbaa

Please sign in to comment.