Skip to content

Commit 81942e6

Browse files
committed
Bump version: 8.0.1.rc0 → 8.0.1.rc1
1 parent e20c0b5 commit 81942e6

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 = 8.0.1.rc0
2+
current_version = 8.0.1.rc1
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
@@ -75,7 +75,7 @@
7575
reportlab_installed = False
7676
logger.error("Reportlab not installed.")
7777

78-
VERSION = "8.0.1.rc0"
78+
VERSION = "8.0.1.rc1"
7979
DEFAULT_OFFSET = 0
8080

8181
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__ = "8.0.1.rc0"
22+
__version__ = "8.0.1.rc1"
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="8.0.1.rc0"
2+
VITE_VERSION="8.0.1.rc1"

0 commit comments

Comments
 (0)