Skip to content

Commit 3f879f4

Browse files
DevLlinus-funnel
andcommitted
Bump version to 2.0.0
This indicates the potentially breaking changes we're about to implement. Co-authored-by: Linus Huzell <[email protected]>
1 parent 32c50f2 commit 3f879f4

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Test helpers for the [requests](https://docs.python-requests.org) library
1010

1111
## Installation
1212

13-
Install the package `requtests` version `1.1+` from PyPI.
14-
The recommended `requirements.txt` line is `requtests~=1.1`.
13+
Install the package `requtests` version `2.0+` from PyPI.
14+
The recommended `requirements.txt` line is `requtests~=2.0`.
1515

1616
### `FakeAdapter`
1717

src/requtests/__init__.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,4 @@
2525
"fake_request_with_response",
2626
"fake_response",
2727
]
28-
__version__ = "1.1.0"
29-
30-
VERSION = __version__
28+
__version__ = "2.0.0"

0 commit comments

Comments
 (0)