From 707fea94d1513a965ea0f28731918fd778fe87de Mon Sep 17 00:00:00 2001 From: Vasil Slavov Date: Sat, 19 Dec 2020 17:44:52 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.1.2=20=E2=86=92=202.1.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- django_enum_choices/__version__.py | 2 +- setup.cfg | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/django_enum_choices/__version__.py b/django_enum_choices/__version__.py index 4eabd0b..e835b9d 100644 --- a/django_enum_choices/__version__.py +++ b/django_enum_choices/__version__.py @@ -1 +1 @@ -__version__ = "2.1.2" +__version__ = "2.1.3" diff --git a/setup.cfg b/setup.cfg index 7a6a06e..a85ac08 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.1.2 +current_version = 2.1.3 commit = True [bumpversion:file:django_enum_choices/__version__.py] @@ -7,3 +7,4 @@ commit = True [flake8] max-line-length = 120 exclude = .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules,*/settings/*,.venv,*/e2e/* +