You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update version files for official 5.0.0 GA release:
- Update .version to 5.0.0
- Update CHANGELOG.md with GA release notes
- Update README.md version reference
- Update pyproject.toml version to 5.0.0
This marks the official General Availability release of v5.0.0,
featuring the Fern-generated Management API client.
Copy file name to clipboardExpand all lines: README.md
+2-7Lines changed: 2 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,21 +29,16 @@ The Auth0 Python library provides convenient access to the Auth0 APIs from Pytho
29
29
-[Feedback](#feedback)
30
30
31
31
## Installation
32
-
33
-
> ⚠️ **This is a beta release (v5.0.0-beta)** of a major rewrite with breaking changes. See the [Migration Guide](v5_MIGRATION_GUIDE.md) for upgrade instructions from v4.x.
34
-
35
-
**Install the v5 beta:**
36
-
37
32
```sh
38
-
pip install auth0-python==5.0.0b0
33
+
pip install auth0-python==5.0.0
39
34
```
40
35
41
36
**Requirements:**
42
37
- Python ≥3.8 (Python 3.7 support has been dropped)
43
38
44
39
## Reference
45
40
46
-
A full reference for this library is available [here](https://github.com/auth0/auth0-python/blob/HEAD/./reference.md).
41
+
A full reference for this library is available [here](https://github.com/auth0/auth0-python/blob/master/reference.md).
0 commit comments