From e68dd2664229b7563d77b2c8fc869fe57b747c88 Mon Sep 17 00:00:00 2001 From: Francisco de la Vega Date: Fri, 12 Apr 2019 06:52:23 -0700 Subject: [PATCH] Increase package version to 0.7.0 (#31) --- 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 ba53984..4118307 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.6.1' +__version__ = '0.7.0' __description__ = 'OAuth2 support for CKAN'