From 48756a7c44af93f2cb797e3afd3acd4708697138 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aitor=20Mag=C3=A1n=20Garc=C3=ADa?= Date: Wed, 19 Oct 2016 00:49:31 +0200 Subject: [PATCH] Increase version --- ckanext/oauth2/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ckanext/oauth2/__init__.py b/ckanext/oauth2/__init__.py index ae790bc..a2c89de 100644 --- a/ckanext/oauth2/__init__.py +++ b/ckanext/oauth2/__init__.py @@ -17,5 +17,5 @@ # You should have received a copy of the GNU Affero General Public License # along with OAuth2 CKAN Extension. If not, see . -__version__ = '0.3.7' +__version__ = '0.3.8' __description__ = 'OAuth2 support for CKAN'