Skip to content

Commit e560bc6

Browse files
committed
Release: Bump version no. to v0.3.0, update changelog
1 parent 0674195 commit e560bc6

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

docs/source/changelog.rst

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Changelog
22
============
33

4+
45
`v0.3.0 <https://github.com/eshaan7/django-rest-durin/releases/tag/v0.3.0>`__
56
--------------------------------------------------------------------------------
67

@@ -10,9 +11,11 @@ Changelog
1011

1112
**Other:**
1213

14+
- More advanced use-cases in `example_project/permissions.py`_.
1315
- Test cases now cover the :doc:`permissions`.
1416

1517
.. _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
1619

1720

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

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.2.0"
34+
version = "0.3.0"
3535
# The full version, including alpha/beta/rc tags
36-
release = "v0.2.0"
36+
release = "v0.3.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.2.0",
22+
version="0.3.0",
2323
license="MIT",
2424
description="""
2525
Per API client token authentication Module for django rest framework.

0 commit comments

Comments
 (0)