From e560bc64be1a18f67d529a516be8735115be52e6 Mon Sep 17 00:00:00 2001 From: Eshaan Bansal Date: Wed, 19 May 2021 18:15:45 +0530 Subject: [PATCH] Release: Bump version no. to v0.3.0, update changelog --- docs/source/changelog.rst | 3 +++ docs/source/conf.py | 4 ++-- setup.py | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 89e184a..13fbd39 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,6 +1,7 @@ Changelog ============ + `v0.3.0 `__ -------------------------------------------------------------------------------- @@ -10,9 +11,11 @@ Changelog **Other:** +- More advanced use-cases in `example_project/permissions.py`_. - Test cases now cover the :doc:`permissions`. .. _16: https://github.com/Eshaan7/django-rest-durin/issues/16 +.. _example_project/permissions.py: https://github.com/Eshaan7/django-rest-durin/blob/main/example_project/permissions.py `v0.2.0 `__ diff --git a/docs/source/conf.py b/docs/source/conf.py index 59180e6..f1367af 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -31,9 +31,9 @@ copyright = "2020, Eshaan Bansal" author = "Eshaan Bansal" -version = "0.2.0" +version = "0.3.0" # The full version, including alpha/beta/rc tags -release = "v0.2.0" +release = "v0.3.0" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 6a713d2..1636c8a 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( name="django-rest-durin", url=GITHUB_URL, - version="0.2.0", + version="0.3.0", license="MIT", description=""" Per API client token authentication Module for django rest framework.