Skip to content

Commit 986ccab

Browse files
committed
chore: bump version to v9.5.0-pr3
1 parent 297fdf2 commit 986ccab

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "TagStudio"
33
description = "A User-Focused Photo & File Management System."
4-
version = "9.5.0-pre2"
4+
version = "9.5.0-pre3"
55
license = "GPL-3.0-only"
66
readme = "README.md"
77

tagstudio.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ app = BUNDLE(
7878
name='TagStudio.app',
7979
icon=icon,
8080
bundle_identifier='com.cyanvoxel.tagstudio',
81-
version='9.5.0-pr2',
81+
version='9.5.0-pr3',
8282
info_plist={
8383
'NSAppleScriptEnabled': False,
8484
'NSPrincipalClass': 'NSApplication',

tagstudio/src/core/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Created for TagStudio: https://github.com/CyanVoxel/TagStudio
44

55
VERSION: str = "9.5.0" # Major.Minor.Patch
6-
VERSION_BRANCH: str = "Pre-Release 2" # Usually "" or "Pre-Release"
6+
VERSION_BRANCH: str = "Pre-Release 3" # Usually "" or "Pre-Release"
77

88
# The folder & file names where TagStudio keeps its data relative to a library.
99
TS_FOLDER_NAME: str = ".TagStudio"

0 commit comments

Comments
 (0)