From 9e1b1afa8351be8b4d8bc190ef369bbd344cf7da Mon Sep 17 00:00:00 2001 From: John Giannelos Date: Fri, 13 Jan 2017 10:25:06 +0100 Subject: [PATCH 1/2] Fix bumpversion config. --- setup.cfg | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 38998028..81b6b075 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,10 +1,8 @@ [bumpversion] -current_version = 0.1.0 +current_version = 0.1.8 commit = True tag = True -[bumpversion:file:setup.py] - [bumpversion:file:mozilla_django_oidc/__init__.py] [wheel] From 00ff9d9e008d80c9e72402e2cfa15b3d9b0cc364 Mon Sep 17 00:00:00 2001 From: John Giannelos Date: Fri, 13 Jan 2017 10:35:19 +0100 Subject: [PATCH 2/2] =?UTF-8?q?Bump=20version:=200.1.8=20=E2=86=92=200.1.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mozilla_django_oidc/__init__.py | 2 +- setup.cfg | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/mozilla_django_oidc/__init__.py b/mozilla_django_oidc/__init__.py index c3bb2961..1c98a23a 100644 --- a/mozilla_django_oidc/__init__.py +++ b/mozilla_django_oidc/__init__.py @@ -1 +1 @@ -__version__ = '0.1.8' +__version__ = '0.1.9' diff --git a/setup.cfg b/setup.cfg index 81b6b075..fa4557fb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.8 +current_version = 0.1.9 commit = True tag = True @@ -9,5 +9,6 @@ tag = True universal = 1 [flake8] -max-line-length=99 -exclude=docs,build \ No newline at end of file +max-line-length = 99 +exclude = docs,build +