Skip to content

Commit

Permalink
Release: Bump version no. to v0.3.0, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
eshaan7 committed May 19, 2021
1 parent 0674195 commit e560bc6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Changelog
============


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

Expand All @@ -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 <https://github.com/eshaan7/django-rest-durin/releases/tag/v0.2.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.2.0"
version = "0.3.0"
# The full version, including alpha/beta/rc tags
release = "v0.2.0"
release = "v0.3.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.2.0",
version="0.3.0",
license="MIT",
description="""
Per API client token authentication Module for django rest framework.
Expand Down

0 comments on commit e560bc6

Please sign in to comment.