Skip to content

Commit

Permalink
New release: 0.8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfalcao committed Dec 14, 2015
1 parent 0eb5380 commit f8e89e8
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.11
# HTTPretty 0.8.12

![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
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.11
version: 0.8.12
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.112d992d7d24039?s=64
github_maintainer_gravatar: https://secure.gravatar.com/avatar/3fa0df5c54f5ac0.8.122d992d7d24039?s=64

This comment has been minimized.

Copy link
@jirikuncar

jirikuncar Dec 14, 2015

Contributor

@gabrielfalcao you probably want to revert this change to https://secure.gravatar.com/avatar/3fa0df5c54f5ac0f8652d992d7d24039?s=64

see 8894080

This comment has been minimized.

Copy link
@gabrielfalcao

gabrielfalcao Dec 15, 2015

Author Owner

actually I don't, I'm dropping markment usage altogether in favor of sphinx.
but thanks :)

This comment has been minimized.

Copy link
@jirikuncar

jirikuncar Dec 15, 2015

Contributor

btw s/0\.8\.5/0.8.6/ 😉 otherwise 0f865 is matching too


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.11 (current)
## 0.8.12 (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.11'
version = u'0.8.12'
# The full version, including alpha/beta/rc tags.
release = u'0.8.11'
release = u'0.8.12'

# 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.11'
__version__ = version = '0.8.12'

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

0 comments on commit f8e89e8

Please sign in to comment.