mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-06-16 04:16:35 +00:00
Compare commits
2 Commits
6c8d800598
...
cbb2d8d342
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cbb2d8d342 | ||
|
|
735bf072b0 |
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@@ -48,17 +48,17 @@ jobs:
|
||||
macos:
|
||||
strategy:
|
||||
matrix:
|
||||
os-version: ['13', '14']
|
||||
os-version: ['14', '15']
|
||||
include:
|
||||
- os-version: '13'
|
||||
arch: x86_64
|
||||
- os-version: '14'
|
||||
arch: x86_64
|
||||
- os-version: '15'
|
||||
arch: aarch64
|
||||
|
||||
runs-on: macos-${{ matrix.os-version }}
|
||||
|
||||
env:
|
||||
# INFO: Even though we run on 13, target towards compatibility
|
||||
# INFO: Even though we run on 14, target towards compatibility
|
||||
MACOSX_DEPLOYMENT_TARGET: '11.0'
|
||||
|
||||
steps:
|
||||
|
||||
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
|
||||
[project]
|
||||
name = "TagStudio"
|
||||
description = "A User-Focused Photo & File Management System."
|
||||
version = "9.5.6"
|
||||
version = "9.5.7"
|
||||
license = "GPL-3.0-only"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12,<3.13"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# Licensed under the GPL-3.0 License.
|
||||
# Created for TagStudio: https://github.com/CyanVoxel/TagStudio
|
||||
|
||||
VERSION: str = "9.5.6" # Major.Minor.Patch
|
||||
VERSION: str = "9.5.7" # Major.Minor.Patch
|
||||
VERSION_BRANCH: str = "" # Usually "" or "Pre-Release"
|
||||
|
||||
# The folder & file names where TagStudio keeps its data relative to a library.
|
||||
|
||||
Reference in New Issue
Block a user