From 75a226f56565a00a8dc59e6c4ed5a2962d0fdfa8 Mon Sep 17 00:00:00 2001 From: giscegit Date: Mon, 25 Sep 2023 11:49:34 +0000 Subject: [PATCH] Bump to v3.3.0 --- .bumpversion.cfg | 2 +- gestionatr/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3cb5b5d2..5075a3ec 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,2 +1,2 @@ [bumpversion] -current_version = 3.2.0 +current_version = 3.3.0 diff --git a/gestionatr/__init__.py b/gestionatr/__init__.py index 66663c9d..4e507fb3 100644 --- a/gestionatr/__init__.py +++ b/gestionatr/__init__.py @@ -1,2 +1,2 @@ # -*- coding: utf-8 -*- -__version__ = '3.2.0' +__version__ = '3.3.0'