Skip to content

Commit 7312915

Browse files
authored
🎉 Bump Version from 0.1.4 to 0.2.0 (#191)
1 parent ad5cb3e commit 7312915

File tree

5 files changed

+5
-3
lines changed

5 files changed

+5
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ __Note__: This is a **beta** version of AuthX.
4949
- Soon to be included Cookie authentication backend
5050
- Full OpenAPI schema support, even with several authentication backend.
5151
- Provide a Docstring for each class and function.
52+
- Middleware Support for Oauth2 using `Authlib` and Starlette.
5253

5354
__Note:__ Check [Release Notes](https://authx.yezz.codes/release/).
5455

Setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.4
2+
current_version = 0.2.0
33
commit = True
44
tag = True
55

authx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Ready to use and customizable Authentications and Oauth2 management for FastAPI"""
22

3-
__version__ = "0.1.4"
3+
__version__ = "0.2.0"
44

55
__license__ = "MIT"
66

example/app/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ six==1.16.0
2828
sniffio==1.2.0
2929
starlette==0.17.1
3030
typing_extensions==4.0.1
31+
authx == 0.2.0

example/middleware/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ starlette==0.17.1
66
httpx==0.21.1
77
itsdangerous == 2.0.1
88
python-decouple == 3.5
9-
authx == 0.1.5
9+
authx == 0.2.0

0 commit comments

Comments
 (0)