From 6d2448be3aa6ad442ed47c94b75a49bad6146d26 Mon Sep 17 00:00:00 2001 From: William Moore Date: Fri, 13 Dec 2024 13:36:18 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=207.1.1.dev0=20=E2=86=92=207.2.?= =?UTF-8?q?0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- omero_figure/utils.py | 2 +- src/.env | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index fc8a4543f..eb22abe71 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 7.1.1.dev0 +current_version = 7.2.0 commit = True tag = True sign_tags = True diff --git a/omero_figure/utils.py b/omero_figure/utils.py index cab4845de..9b26ea9bc 100644 --- a/omero_figure/utils.py +++ b/omero_figure/utils.py @@ -19,7 +19,7 @@ import json import os -__version__ = "7.1.1.dev0" +__version__ = "7.2.0" def read_file(fname, content_type=None): diff --git a/src/.env b/src/.env index ee593a529..873d3f29a 100644 --- a/src/.env +++ b/src/.env @@ -1,2 +1,2 @@ # VERSION read by vite and included in index.html -VITE_VERSION="7.1.1.dev0" +VITE_VERSION="7.2.0"