From 7a4359761be5d43034696ae99a906c5857b1c8df Mon Sep 17 00:00:00 2001 From: Rebecka Gulliksson Date: Thu, 20 Oct 2016 12:18:29 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.3.1=20=E2=86=92=203.3.2?= 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 a948f7bdd..a3fbeb450 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.3.1 +current_version = 3.3.2 commit = True tag = True diff --git a/setup.py b/setup.py index f04907508..b7ce2920f 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='SATOSA', - version='3.3.1', + version='3.3.2', description='Protocol proxy (SAML/OIDC).', author='DIRG', author_email='dirg@its.umu.se',