Skip to content

Commit

Permalink
Merge pull request #277 from jirikuncar/release-v0.8.13
Browse files Browse the repository at this point in the history
New release: 0.8.13
  • Loading branch information
gabrielfalcao committed Jan 5, 2016
2 parents bc5a2d2 + 500b8c1 commit ae954b3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# HTTPretty 0.8.12
# HTTPretty 0.8.13

![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)
[![Build Status](https://travis-ci.org/gabrielfalcao/HTTPretty.png?branch=master)](https://travis-ci.org/gabrielfalcao/HTTPretty)
Expand Down
4 changes: 2 additions & 2 deletions docs/.markment.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project:
name: "HTTPretty"
version: 0.8.12
version: 0.8.13
description: HTTP request mock tool for python
tagline: Intercept real HTTP calls in python, test your software better.
twitter: gabrielfalcao
Expand All @@ -9,7 +9,7 @@ project:
github_maintainer: gabrielfalcao
github_maintainer_name: Gabriel Falcão
github_maintainer_url: http://github.com/gabrielfalcao
github_maintainer_gravatar: https://secure.gravatar.com/avatar/3fa0df5c54f5ac0.8.122d992d7d24039?s=64
github_maintainer_gravatar: https://secure.gravatar.com/avatar/3fa0df5c54f5ac0f8652d992d7d24039?s=64

github_url: http://github.com/gabrielfalcao/HTTPretty
github_fork_url: https://github.com/gabrielfalcao/HTTPretty/archive/master.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion docs/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release Notes

## 0.8.12 (current)
## 0.8.13 (current)

Improvements:

Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
# built documents.
#
# The short X.Y version.
version = u'0.8.12'
version = u'0.8.13'
# The full version, including alpha/beta/rc tags.
release = u'0.8.12'
release = u'0.8.13'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion httpretty/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# OTHER DEALINGS IN THE SOFTWARE.
from __future__ import unicode_literals

__version__ = version = '0.8.12'
__version__ = version = '0.8.13'

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

0 comments on commit ae954b3

Please sign in to comment.