Skip to content

Commit

Permalink
Release: v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eshaan7 committed Jan 20, 2022
1 parent ab00500 commit db1be66
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@ Changelog
============


`v0.4.0 <https://github.com/eshaan7/django-rest-durin/releases/tag/v0.4.0>`__
--------------------------------------------------------------------------------

**Breaking Changes:**

- Remove the hard-coding of ``authentication_classes``, ``permission_classes`` variables in :doc:`views`.
Meaning they will now use the defaults set under ``REST_FRAMEWORK`` in ``settings.py``

**Other:**
- Support for Python 3.10. Enable CI tests for same.
- Support for Django 4.0. Enable CI tests for same.


`v0.3.0 <https://github.com/eshaan7/django-rest-durin/releases/tag/v0.3.0>`__
--------------------------------------------------------------------------------

Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
copyright = "2020, Eshaan Bansal"
author = "Eshaan Bansal"

version = "0.3.0"
version = "0.4.0"
# The full version, including alpha/beta/rc tags
release = "v0.3.0"
release = "v0.4.0"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
setup(
name="django-rest-durin",
url=GITHUB_URL,
version="0.3.0",
version="0.4.0",
license="MIT",
description="""
Per API client token authentication Module for django rest framework.
Expand Down

0 comments on commit db1be66

Please sign in to comment.