Commit e560bc6 1 parent 0674195 commit e560bc6 Copy full SHA for e560bc6
File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
============
3
3
4
+
4
5
`v0.3.0 <https://github.com/eshaan7/django-rest-durin/releases/tag/v0.3.0 >`__
5
6
--------------------------------------------------------------------------------
6
7
@@ -10,9 +11,11 @@ Changelog
10
11
11
12
**Other: **
12
13
14
+ - More advanced use-cases in `example_project/permissions.py `_.
13
15
- Test cases now cover the :doc: `permissions `.
14
16
15
17
.. _16 : https://github.com/Eshaan7/django-rest-durin/issues/16
18
+ .. _example_project/permissions.py : https://github.com/Eshaan7/django-rest-durin/blob/main/example_project/permissions.py
16
19
17
20
18
21
`v0.2.0 <https://github.com/eshaan7/django-rest-durin/releases/tag/v0.2.0 >`__
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.2 .0"
34
+ version = "0.3 .0"
35
35
# The full version, including alpha/beta/rc tags
36
- release = "v0.2 .0"
36
+ release = "v0.3 .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.2 .0" ,
22
+ version = "0.3 .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