Skip to content

Commit

Permalink
Release: v1.1.0 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
eshaan7 committed Oct 31, 2022
1 parent abe0df1 commit 3abcf27
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
Changelog
============


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

**Features:**

- New ``ClientSerializer`` class.
- New Django management command ``create_client``. (Issue 6_)

**Other:**

- Bunch of small fixes and refactor.

.. _6: https://github.com/Eshaan7/django-rest-durin/issues/6


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

Expand All @@ -24,6 +40,7 @@ Refer to Session-Management-Views_ i.e.,
.. _Session-Management-Views: views.html#session-management-views
.. _durin/urls.py: https://github.com/Eshaan7/django-rest-durin/blob/main/durin/urls.py


`v0.4.0 <https://github.com/eshaan7/django-rest-durin/releases/tag/v0.4.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 = "1.0.0"
version = "1.1.0"
# The full version, including alpha/beta/rc tags
release = "v1.0.0"
release = "v1.1.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="1.0.0",
version="1.1.0",
license="MIT",
description="""
Per API client token authentication Module for django rest framework.
Expand Down

0 comments on commit 3abcf27

Please sign in to comment.