Skip to content

Commit db1be66

Browse files
committed
Release: v0.4.0
1 parent ab00500 commit db1be66

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

docs/source/changelog.rst

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@ Changelog
22
============
33

44

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+
518
`v0.3.0 <https://github.com/eshaan7/django-rest-durin/releases/tag/v0.3.0>`__
619
--------------------------------------------------------------------------------
720

docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
copyright = "2020, Eshaan Bansal"
3232
author = "Eshaan Bansal"
3333

34-
version = "0.3.0"
34+
version = "0.4.0"
3535
# The full version, including alpha/beta/rc tags
36-
release = "v0.3.0"
36+
release = "v0.4.0"
3737

3838

3939
# -- General configuration ---------------------------------------------------

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
setup(
2020
name="django-rest-durin",
2121
url=GITHUB_URL,
22-
version="0.3.0",
22+
version="0.4.0",
2323
license="MIT",
2424
description="""
2525
Per API client token authentication Module for django rest framework.

0 commit comments

Comments
 (0)