From d5fd6148312d054ec602da757c82f1dd41a256b9 Mon Sep 17 00:00:00 2001 From: Bruno Prado Date: Tue, 19 Mar 2024 14:02:27 -0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.2.1=20=E2=86=92=202.2.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- django_toolkit/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index eeb3bea..c9758e8 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.2.1 +current_version = 2.2.2 commit = True tag = True tag_name = {new_version} diff --git a/django_toolkit/__init__.py b/django_toolkit/__init__.py index d5d4bda..f1624bd 100644 --- a/django_toolkit/__init__.py +++ b/django_toolkit/__init__.py @@ -1,2 +1,2 @@ # -*- coding: utf-8 -*- -version = '2.2.1' +version = '2.2.2' diff --git a/setup.py b/setup.py index a1adea7..3d6e9c7 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ def read(fname): setup( name='luizalabs-django-toolkit', - version='2.2.1', + version='2.2.2', description=( 'The LuizaLabs set of tools ' 'to develop projects using the Django framework'