Commit db1be66 1 parent ab00500 commit db1be66 Copy full SHA for db1be66
File tree 3 files changed +16
-3
lines changed
3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,19 @@ Changelog
2
2
============
3
3
4
4
5
+ `v0.4.0 <https://github.com/eshaan7/django-rest-durin/releases/tag/v0.4.0 >`__
6
+ --------------------------------------------------------------------------------
7
+
8
+ **Breaking Changes: **
9
+
10
+ - Remove the hard-coding of ``authentication_classes ``, ``permission_classes `` variables in :doc: `views `.
11
+ Meaning they will now use the defaults set under ``REST_FRAMEWORK `` in ``settings.py ``
12
+
13
+ **Other: **
14
+ - Support for Python 3.10. Enable CI tests for same.
15
+ - Support for Django 4.0. Enable CI tests for same.
16
+
17
+
5
18
`v0.3.0 <https://github.com/eshaan7/django-rest-durin/releases/tag/v0.3.0 >`__
6
19
--------------------------------------------------------------------------------
7
20
Original file line number Diff line number Diff line change 31
31
copyright = "2020, Eshaan Bansal"
32
32
author = "Eshaan Bansal"
33
33
34
- version = "0.3 .0"
34
+ version = "0.4 .0"
35
35
# The full version, including alpha/beta/rc tags
36
- release = "v0.3 .0"
36
+ release = "v0.4 .0"
37
37
38
38
39
39
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 19
19
setup (
20
20
name = "django-rest-durin" ,
21
21
url = GITHUB_URL ,
22
- version = "0.3 .0" ,
22
+ version = "0.4 .0" ,
23
23
license = "MIT" ,
24
24
description = """
25
25
Per API client token authentication Module for django rest framework.
You can’t perform that action at this time.
0 commit comments