Skip to content

Commit 1bd3fbd

Browse files
committed
bump version
1 parent cd715f3 commit 1bd3fbd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: README.md

+2
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,8 @@ API in version 1.0.x
423423

424424

425425
## Changelog
426+
* 1.0.3: Fix an issue with requests 2.4 and make sure case sensitivity is
427+
consistent across python versions
426428
* 1.0.2: Fix an issue with requests 2.3
427429
* 1.0.1: Fix a bug with the new ignore requests feature and the once
428430
record mode

Diff for: setup.py

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

2121
setup(
2222
name='vcrpy',
23-
version='1.0.2',
23+
version='1.0.3',
2424
description=(
2525
"Automatically mock your HTTP interactions to simplify and "
2626
"speed up testing"

0 commit comments

Comments
 (0)