Skip to content

Commit bcb94b9

Browse files
committed
Release 1.0.0
1 parent cdc0060 commit bcb94b9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### 0.13.0 [unreleased]
1+
### 1.0.0 [2017-06-07]
22

33
* **New feature**: AccessToken, RefreshToken and Grant models are now swappable.
44
* #477: **New feature**: Add support for RFC 7662 (IntrospectTokenView, introspect scope)
@@ -7,6 +7,7 @@
77
* **Backwards-incompatible**: The `oauth2_provider.ext.rest_framework` module
88
has been moved to `oauth2_provider.contrib.rest_framework`
99
* #177: Changed `id` field on Application, AccessToken, RefreshToken and Grant to BigAutoField (bigint/bigserial)
10+
* #321: Added `created` and `updated` auto fields to Application, AccessToken, RefreshToken and Grant
1011
* #476: Disallow empty redirect URIs
1112
* Fixed bad `url` parameter in some error responses.
1213
* Django 2.0 compatibility fixes.

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[metadata]
22
name = django-oauth-toolkit
3-
version = 0.12.0
3+
version = 1.0.0
44
description = OAuth2 Provider for Django
55
author = Federico Frenguelli, Massimiliano Pippi
66
author_email = [email protected]
77
url = https://github.com/evonove/django-oauth-toolkit
88
download_url = https://github.com/evonove/django-oauth-toolkit/tarball/master
99
keywords = django, oauth, oauth2, oauthlib
1010
classifiers =
11-
Development Status :: 4 - Beta
11+
Development Status :: 5 - Production/Stable
1212
Environment :: Web Environment
1313
Framework :: Django
1414
Framework :: Django :: 1.10

0 commit comments

Comments
 (0)