Skip to content

Commit

Permalink
- Bump to version = 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed Mar 31, 2020
1 parent e855feb commit 307ac15
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
### 1.3.0 [unreleased]
### 1.1.5 [2020-03-31]

* 2020-01-31: vikipha <a href="http://github.com/GeoNode/geonode-oauth-toolkit/commit/a17a15ab7edfde73058502c1e86076409d72ab1b" target="blank"> Fixed bearer verification</a>

### 1.1.4.6 [2019-09-05]

* Only OAUth2 requests are validated; fall back to other validators instead

### 1.1.4.5 [2019-08-19]

* removing duplicate fields from migrations

### 1.1.4.2 [2019-08-16]

* Merge with https://github.com/wiliamsouza/django-oauth-toolkit
* Fix a race condition in creation of AccessToken with external oauth2 server.
* **Backwards-incompatible** squashed migrations:
If you are currently on a release < 1.2.0, you will need to first install 1.2.x then `manage.py migrate` before
upgrading to >= 1.3.0.

### 1.2.0 [2018-06-03]
### 1.1.3 [2019-07-26]

* **Compatibility**: Python 3.4 is the new minimum required version.
* **Compatibility**: Django 2.0 is the new minimum required version.
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = geonode-oauth-toolkit
version = 1.1.4.6
version = 1.1.5
description = OAuth2 Provider for Django/GeoNode
author = Federico Frenguelli, Massimiliano Pippi, Alessio Fabiani
author_email = synasius@gmail.com
Expand All @@ -20,6 +20,7 @@ classifiers =
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Topic :: Internet :: WWW/HTTP

[options]
Expand Down

0 comments on commit 307ac15

Please sign in to comment.