Skip to content

Commit

Permalink
[BUMP] v2.1.16 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
Itai Levi authored Jun 17, 2024
1 parent 69a88b6 commit 14bfbd8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions propelauth_django_rest_framework/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@
"fetch_custom_role_mappings",
"subscribe_org_to_role_mapping",
"resend_email_confirmation",
"logout_all_user_sessions",
"fetch_pending_invites",
],
)

Expand Down Expand Up @@ -165,4 +167,6 @@ def init_auth(
fetch_custom_role_mappings=auth.fetch_custom_role_mappings,
subscribe_org_to_role_mapping=auth.subscribe_org_to_role_mapping,
resend_email_confirmation=auth.resend_email_confirmation,
logout_all_user_sessions=auth.logout_all_user_sessions,
fetch_pending_invites=auth.fetch_pending_invites,
)
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name="propelauth-django-rest-framework",
version="2.1.15",
version="2.1.16",
description="A library for managing authentication in Django Rest Framework",
long_description=README,
long_description_content_type="text/markdown",
Expand All @@ -23,7 +23,7 @@
install_requires=[
"django",
"djangorestframework",
"propelauth-py==3.1.15",
"propelauth-py==3.1.16",
"requests",
],
setup_requires=pytest_runner,
Expand Down

0 comments on commit 14bfbd8

Please sign in to comment.