Skip to content

Commit 5067006

Browse files
committed
Bump version to 1.13.0
1 parent d1b11da commit 5067006

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: docs/changelog.rst

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Changelog
22
---------
3+
- 1.13.0 - Fix support to latest aiohttp version (3.3.2). Fix content-type bug in aiohttp stub. Save URL with query params properly when using aiohttp.
34
- 1.12.0 - Fix support to latest aiohttp version (3.2.1), Adapted setup to PEP508, Support binary responses on aiohttp, Dropped support for EOL python versions (2.6 and 3.3)
45
- 1.11.1 Fix compatibility with newest requests and urllib3 releases
56
- 1.11.0 Allow injection of persistence methods + bugfixes (thanks @j-funk and @IvanMalison),

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def run_tests(self):
3737

3838
setup(
3939
name='vcrpy',
40-
version='1.12.0',
40+
version='1.13.0',
4141
description=(
4242
"Automatically mock your HTTP interactions to simplify and "
4343
"speed up testing"

0 commit comments

Comments
 (0)