Skip to content

Commit e19a6cd

Browse files
committed
Bump version and update changelog
1 parent b9f5c6b commit e19a6cd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.12.0
2+
------
3+
4+
- Remove support for Python 3.4.
5+
16
0.11.0
27
------
38

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def run_tests(self):
5555

5656
setup(
5757
name="responses",
58-
version="0.11.1-dev",
58+
version="0.12.0",
5959
author="David Cramer",
6060
description=("A utility library for mocking out the `requests` Python library."),
6161
url="https://github.com/getsentry/responses",

0 commit comments

Comments
 (0)