Skip to content

Commit

Permalink
Bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DevL committed Mar 21, 2024
1 parent 7e37ef7 commit e2cd4d2
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.2+` from PyPI.
The recommended `requirements.txt` line is `requtests~=1.2`.
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 @@ -27,6 +27,4 @@
"fake_response",
"ParsedRequest",
]
__version__ = "1.2.0"

VERSION = __version__
__version__ = "2.0.0"

0 comments on commit e2cd4d2

Please sign in to comment.