Skip to content

Commit 82087ab

Browse files
committed
Bump version: 7.2.2.dev0 → 7.3.0
1 parent 6f436fb commit 82087ab

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 7.2.2.dev0
2+
current_version = 7.3.0
33
commit = True
44
tag = True
55
sign_tags = True

omero_figure/scripts/omero/figure_scripts/Figure_To_Pdf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
reportlab_installed = False
7070
logger.error("Reportlab not installed.")
7171

72-
VERSION = "7.2.2.dev0"
72+
VERSION = "7.3.0"
7373
DEFAULT_OFFSET = 0
7474

7575
ORIGINAL_DIR = "1_originals"

omero_figure/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import json
2020
import os
2121

22-
__version__ = "7.2.2.dev0"
22+
__version__ = "7.3.0"
2323

2424

2525
def read_file(fname, content_type=None):

src/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# VERSION read by vite and included in index.html
2-
VITE_VERSION="7.2.2.dev0"
2+
VITE_VERSION="7.3.0"

0 commit comments

Comments
 (0)