Skip to content

Commit

Permalink
Bump version to 2.0.0
Browse files Browse the repository at this point in the history
This indicates the potentially breaking changes we're about to implement.

Co-authored-by: Linus Huzell <[email protected]>
  • Loading branch information
DevL and linus-funnel committed Feb 28, 2024
1 parent 662bae5 commit 69c6a0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Test helpers for the [requests](https://docs.python-requests.org) library

## Installation

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

### `FakeAdapter`

Expand Down Expand Up @@ -91,4 +91,4 @@ def test_login():

### `fake_response`

Returns a `requests.Response` object with either the return value of its `json()` method set to a python data structure or its `text` property set.
Returns a `requests.Response` object with either the return value of its `json()` method set to a python data structure or its `text` property set.
2 changes: 1 addition & 1 deletion src/requtests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"fake_request_with_response",
"fake_response",
]
__version__ = "1.1.0"
__version__ = "2.0.0"

VERSION = __version__

0 comments on commit 69c6a0b

Please sign in to comment.