Skip to content

Commit 678f538

Browse files
committed
Prep release 5.0.1-1
1 parent d4ebe2a commit 678f538

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
yyyy/mm/dd Version x.y.z-1
1+
2025/04/12 Version 5.0.1-1
22
--------------------------
33
- **BUGFIX:** Add main entry point for serial client
44
- Add `--version` CLI flag

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ build-backend = "setuptools.build_meta"
55
[tool.rpm]
66
# Generally this is "1", but can be incremented to roll up bugfixes in the
77
# top-level `plusdeck` Fedora package.
8-
release = "2"
8+
release = "1"
99

1010
[project]
1111
name = "plusdeck"
12-
version = "5.0.0"
12+
version = "5.0.1"
1313
authors = [
1414
{name = "Josh Holbrook", email = "[email protected]"}
1515
]

0 commit comments

Comments
 (0)