Skip to content

Commit 294a937

Browse files
committed
Bump version to v8.4.0 [ci skip]
1 parent 6ab7000 commit 294a937

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Requirements
1515
-----------
1616

1717
- python (3.7, 3.8, 3.9, 3.10, 3.11, 3.12)
18-
- django (3.2, 4.1, 4.2, 5.0)
18+
- django (3.2, 4.1, 4.2, 5.0, 5.1)
1919
- djangorestframework (>=3.9, <4.0)
2020
- social-auth-core (>=4.3, <5.0)
2121
- social-auth-app-django (>=5.0, <6.0)
@@ -561,3 +561,4 @@ Thanks to all contributors!
561561
- vainu-arto, [vainu-arto](https://github.com/vainu-arto)
562562
- Maxim De Clercq, [maximdeclercq](https://github.com/maximdeclercq)
563563
- alicegilli, [alicegilli](https://github.com/alicegilli)
564+
- Jourdan Rodrigues, [jourdanrodrigues](https://github.com/jourdanrodrigues)

RELEASE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
rest_social_auth release notes
22
==============================
33

4+
v8.4.0
5+
------
6+
- Add support of Django 5.1
7+
48
v8.3.0
59
------
610
- Pass request to authentication backend https://github.com/st4lk/django-rest-social-auth/pull/175

rest_social_auth/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
__author__ = 'st4lk'
2-
__version__ = '8.3.0'
2+
__version__ = '8.4.0'

0 commit comments

Comments
 (0)