1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

bump version for release

This commit is contained in:
Kevin McCarthy
2018-05-21 08:57:42 -05:00
parent 5be75692c4
commit c341e48961
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
Changelog
---------
- 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)
- 1.11.1 Fix compatibility with newest requests and urllib3 releases
- 1.11.0 Allow injection of persistence methods + bugfixes (thanks @j-funk and @IvanMalison),
Support python 3.6 + CI tests (thanks @derekbekoe and @graingert),

View File

@@ -37,7 +37,7 @@ if sys.version_info[0] == 2:
setup(
name='vcrpy',
version='1.11.1',
version='1.12.0',
description=(
"Automatically mock your HTTP interactions to simplify and "
"speed up testing"