From 7f76c4b73704f4a7b786b4487a63d4bfbd0c3df8 Mon Sep 17 00:00:00 2001 From: afabiani Date: Mon, 19 Aug 2019 11:42:42 +0200 Subject: [PATCH] - Removing duplicate "AddField" from migrations - Bump to version 1.1.4.5 --- oauth2_provider/migrations/0011_auto_20190413_2007.py | 5 ----- setup.cfg | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/oauth2_provider/migrations/0011_auto_20190413_2007.py b/oauth2_provider/migrations/0011_auto_20190413_2007.py index b686e19..9e5f53a 100644 --- a/oauth2_provider/migrations/0011_auto_20190413_2007.py +++ b/oauth2_provider/migrations/0011_auto_20190413_2007.py @@ -10,11 +10,6 @@ class Migration(migrations.Migration): ] operations = [ - migrations.AddField( - model_name='application', - name='algorithm', - field=models.CharField(choices=[('RS256', 'RSA with SHA-2 256'), ('HS256', 'HMAC with SHA-2 256')], default='RS256', max_length=5), - ), migrations.AlterField( model_name='application', name='authorization_grant_type', diff --git a/setup.cfg b/setup.cfg index b119e2f..169a7b7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = geonode-oauth-toolkit -version = 1.1.4.4 +version = 1.1.4.5 description = OAuth2 Provider for Django/GeoNode author = Federico Frenguelli, Massimiliano Pippi, Alessio Fabiani author_email = synasius@gmail.com