Skip to content

Commit 2a082ac

Browse files
committed
release 0.6.2
1 parent 97b31b4 commit 2a082ac

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

NEWS.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
### New in version 0.6.1
1+
### New in version 0.6.2
2+
3+
* Fixing bug of lack of trailing slashes [#73](https://github.com/gabrielfalcao/HTTPretty/issues/73)
4+
* Applied pull requests [#71](https://github.com/gabrielfalcao/HTTPretty/pull/71) and [#72](https://github.com/gabrielfalcao/HTTPretty/pull/72) by @andresriancho
5+
* Keyword arg coercion fix by @dupuy
6+
* @papaeye fixed content-length calculation.
7+
8+
### New in version 0.6.2
29

310
* New API, no more camel case and everything is available through a simple import:
411

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# HTTPretty 0.6.1
1+
# HTTPretty 0.6.2
22

33
[![Build Status](https://secure.travis-ci.org/gabrielfalcao/HTTPretty.png)](http://travis-ci.org/gabrielfalcao/HTTPretty)
44

httpretty/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# OTHER DEALINGS IN THE SOFTWARE.
2626
from __future__ import unicode_literals
2727

28-
__version__ = version = '0.6.1'
28+
__version__ = version = '0.6.2'
2929

3030
import sys
3131

0 commit comments

Comments
 (0)