Skip to content

Commit 21b7958

Browse files
committed
bump version
1 parent d78c40d commit 21b7958

File tree

3 files changed

+38
-3
lines changed

3 files changed

+38
-3
lines changed

CHANGELOG.rst

+36
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,42 @@
11
Change log
22
==========
33

4+
1.2.0 - 2024-01-12
5+
------------------
6+
7+
- Add support for Django 4.0
8+
- Drop support for python 2, enforce python >=3.5
9+
- Reference the User model with get_user_model()
10+
- Fix ACCESS_TOKEN_URL namespace
11+
- Refactor README
12+
- Bump dependencies
13+
- Remove django-braces dependency
14+
- Set Django request object through a server method call
15+
- Added a new Django Rest Framework view to disconnect backend
16+
- Update documentation with Google example
17+
- Create manage.py command to create an application
18+
- Remove harcoded oauthlibcore
19+
- Fix NoRerverseMatch Error with custom namespace
20+
- Updated invalidate_sessions to accept all POST content types
21+
- Restore compatibility with Django<2.0
22+
- Keep request.data mutable
23+
- Added compatibility with Django 2.0
24+
25+
1.1.0 - 2018-01-25
26+
------------------
27+
28+
- <missing changelog>
29+
30+
1.0.8 - 2017-06-18
31+
------------------
32+
33+
- Added `django-braces` as a dependency
34+
35+
1.0.7 - 2017-06-17
36+
------------------
37+
38+
- Added support for `django-oauth-toolkit` 1.0.0
39+
440
1.0.6 - 2017-05-22
541
------------------
642

contributors.txt

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ Deshraj Yadav @DESHRAJ
66
Alex @alexpilot11
77
Trent Holliday @trumpet2012
88
Aljaž Košir @aljazkosir
9+
Jakub Boukal @SukiCZ
+1-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
"""python-social-auth and oauth2 support for django-rest-framework"""
2-
__version__ = "1.0.8"
3-
4-
2+
__version__ = "1.2.0"

0 commit comments

Comments
 (0)