From a73529cc4c11ff911956a91b3dfe0e67bd30ae1d Mon Sep 17 00:00:00 2001 From: Jose Tomas Robles Hahn Date: Mon, 8 Jun 2020 18:04:47 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.1=20=E2=86=92=200.1.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 3 ++- fd_dj_accounts/__init__.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b2411a6..57962bf 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,6 +1,7 @@ [bumpversion] -current_version = 0.1.1 +current_version = 0.1.2 commit = True tag = True [bumpversion:file:fd_dj_accounts/__init__.py] + diff --git a/fd_dj_accounts/__init__.py b/fd_dj_accounts/__init__.py index 027ace5..11899ef 100644 --- a/fd_dj_accounts/__init__.py +++ b/fd_dj_accounts/__init__.py @@ -98,7 +98,7 @@ """ -__version__ = '0.1.1' +__version__ = '0.1.2' default_app_config = 'fd_dj_accounts.apps.AccountsAppConfig'