Skip to content

Commit

Permalink
Revert "Bump version to 2.0.0"
Browse files Browse the repository at this point in the history
This reverts commit 20ec559.
  • Loading branch information
LinusHuzell committed Feb 29, 2024
1 parent 5b515cc commit 4a456ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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 `2.0+` from PyPI.
The recommended `requirements.txt` line is `requtests~=2.0`.
Install the package `requtests` version `1.1+` from PyPI.
The recommended `requirements.txt` line is `requtests~=1.1`.

### `FakeAdapter`

Expand Down
4 changes: 3 additions & 1 deletion src/requtests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@
"fake_request_with_response",
"fake_response",
]
__version__ = "2.0.0"
__version__ = "1.1.0"

VERSION = __version__

0 comments on commit 4a456ff

Please sign in to comment.