Skip to content
This repository was archived by the owner on Apr 3, 2025. It is now read-only.

Commit 35864f1

Browse files
Format version as <version>-<hash>
1 parent 24d2a1f commit 35864f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pste/meta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
_META_HASH: str = os.getenv("META_VERSION_HASH")
2121

2222
if _META_VERSION and _META_HASH:
23-
VERSION = f"{_META_VERSION} ({_META_HASH[:8]})"
23+
VERSION = f"{_META_VERSION}-{_META_HASH[:8]}"
2424

2525
SOURCE: str = os.getenv("META_SOURCE") or "https://github.com/TheReverend403/pste"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pste"
3-
version = "0.7.13"
3+
version = "0.7.14"
44
description = "Just a simple file hosting application inspired by the likes of pomf.se and teknik.io."
55
authors = ["Lee Watson <me@lwatson.dev>"]
66
license = "GPL-3.0+"

0 commit comments

Comments
 (0)