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 29, 2024
1 parent 32c50f2 commit 3f879f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 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
4 changes: 1 addition & 3 deletions src/requtests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,4 @@
"fake_request_with_response",
"fake_response",
]
__version__ = "1.1.0"

VERSION = __version__
__version__ = "2.0.0"

0 comments on commit 3f879f4

Please sign in to comment.