Skip to content

Commit 911e141

Browse files
committed
Release steam-acolyte v0.8.1
- new build to trigger PyPI/AUR deployment… It turns out, using ``schedule:`` in a GitHub Actions seems to prevent it from being run on push (or at least that seems to be the case after it has been disabled due to inactivity…)
1 parent b7ce501 commit 911e141

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGES.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
CHANGES
22
-------
33

4+
0.8.1
5+
~~~~~
6+
Date: 09.10.2022
7+
8+
- new build to trigger PyPI/AUR deployment…
9+
It turns out, using ``schedule:`` in a GitHub Actions seems to prevent
10+
it from being run on push (or at least that seems to be the case after
11+
it has been disabled due to inactivity…)
12+
413
0.8.0
514
~~~~~
615
Date: 09.10.2022

steam_acolyte/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__title__ = "steam-acolyte"
2-
__version__ = "0.8.0"
2+
__version__ = "0.8.1"
33
__url__ = "https://github.com/coldfix/steam-acolyte"

0 commit comments

Comments
 (0)