Skip to content

Commit 9f41cce

Browse files
committed
Release steam-acolyte v0.7.0
- bugfix: failing to restart steam, waiting indefinitely - add ``--logfile`` option to redirect steam output - add ``--verbose`` option to print debug messages - require pyinstaller 3.6 - some internal code improvements
1 parent 503b4a3 commit 9f41cce

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGES.rst

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

4+
0.7.0
5+
~~~~~
6+
7+
- bugfix: failing to restart steam, waiting indefinitely
8+
- add ``--logfile`` option to redirect steam output
9+
- add ``--verbose`` option to print debug messages
10+
- require pyinstaller 3.6
11+
- some internal code improvements
12+
13+
414
0.6.3
515
~~~~~
616

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.6.3"
2+
__version__ = "0.7.0"
33
__url__ = "https://github.com/coldfix/steam-acolyte"

0 commit comments

Comments
 (0)