Skip to content

Commit

Permalink
Bump version v0.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
juanifioren committed May 5, 2023
1 parent a33bb40 commit 997c219
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion docs/sections/changelog.rst
Expand Up @@ -8,9 +8,15 @@ All notable changes to this project will be documented in this file.
Unreleased
==========

0.8.0
=====

*2023-05-05*

* Changed: now supporting latest versions of Django.
* Changed: drop support for Python 2 and Django lower than 3.2.
* Added: scope on token and introspection endpoints.
* Changed: Use static instead of deprecated staticfiles template tag.
* Fixed: example project on Django 2.1.
* Fixed: example in docs for translatable scopes (ugettext).

0.7.0
Expand Down
2 changes: 1 addition & 1 deletion oidc_provider/version.py
@@ -1 +1 @@
__version__ = '0.7.0'
__version__ = '0.8.0'

0 comments on commit 997c219

Please sign in to comment.