mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-02-03 00:29:14 +00:00
chore: bump version to v9.5.0 Pre-Release 1; update docs (#751)
* chore: change version branch to "Pre-Release 1" * docs: update docstring for JSON `open_library()` Update method docstring with exact starting and ending versions now that they exist. * docs: update README, CONTRIBUTING.md, & index.md * docs: update roadmap * docs: fix typo in README, change callout * docs: update docs site with v9.5 features * docs: remove warning from index.md
This commit is contained in:
committed by
GitHub
parent
1b3b32de22
commit
880c8ef45f
@@ -3,7 +3,7 @@
|
||||
# Created for TagStudio: https://github.com/CyanVoxel/TagStudio
|
||||
|
||||
VERSION: str = "9.5.0" # Major.Minor.Patch
|
||||
VERSION_BRANCH: str = "EXPERIMENTAL" # Usually "" or "Pre-Release"
|
||||
VERSION_BRANCH: str = "Pre-Release 1" # Usually "" or "Pre-Release"
|
||||
|
||||
# The folder & file names where TagStudio keeps its data relative to a library.
|
||||
TS_FOLDER_NAME: str = ".TagStudio"
|
||||
|
||||
@@ -444,7 +444,7 @@ class Library:
|
||||
|
||||
def open_library(self, path: str | Path) -> OpenStatus:
|
||||
"""
|
||||
Open a TagStudio v9+ Library.
|
||||
Open a TagStudio v9.0 - v9.4.2 JSON Library.
|
||||
"""
|
||||
return_code = OpenStatus.CORRUPTED
|
||||
|
||||
|
||||
Reference in New Issue
Block a user