From 1acc75263ecc09c1f7d2f99a1efaedc73e7196df Mon Sep 17 00:00:00 2001 From: Rebecka Gulliksson Date: Thu, 17 Nov 2016 13:42:44 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.3.2=20=E2=86=92=203.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a3fbeb450..c43338610 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.3.2 +current_version = 3.4.0 commit = True tag = True diff --git a/setup.py b/setup.py index 45e7ee712..ef5ac1965 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='SATOSA', - version='3.3.2', + version='3.4.0', description='Protocol proxy (SAML/OIDC).', author='DIRG', author_email='dirg@its.umu.se',