Skip to content

Commit 362b419

Browse files
committed
final test of digital attestation in PyPi release
1 parent c4e38c4 commit 362b419

12 files changed

+9
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1945,7 +1945,7 @@ options:
19451945
the program will continue to run. This is useful for
19461946
having version number in the log files.
19471947
1948-
You are running version 8.0.3 2024-11-21. Enjoy, star on Github and contribute
1948+
You are running version 8.0.4 2024-11-21. Enjoy, star on Github and contribute
19491949
by submitting a Pull Request. Also have a look at matrix-commander-tui.
19501950
```
19511951

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.0.3
1+
8.0.4
-130 KB
Binary file not shown.

dist/matrix_commander-8.0.3.tar.gz

-194 KB
Binary file not shown.
130 KB
Binary file not shown.

dist/matrix_commander-8.0.4.tar.gz

194 KB
Binary file not shown.

help.help.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,5 +206,5 @@ delete-content ROOM_ID EVENT_ID REASON [ROOM_ID EVENT_ID REASON ...]
206206
-v [PRINT|CHECK], -V [PRINT|CHECK], --version [PRINT|CHECK]
207207
Print version information or check for updates.
208208

209-
You are running version 8.0.3 2024-11-21. Enjoy, star on Github and contribute
209+
You are running version 8.0.4 2024-11-21. Enjoy, star on Github and contribute
210210
by submitting a Pull Request. Also have a look at matrix-commander-tui.

help.manual.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1185,5 +1185,5 @@ options:
11851185
the program will continue to run. This is useful for
11861186
having version number in the log files.
11871187

1188-
You are running version 8.0.3 2024-11-21. Enjoy, star on Github and contribute
1188+
You are running version 8.0.4 2024-11-21. Enjoy, star on Github and contribute
11891189
by submitting a Pull Request. Also have a look at matrix-commander-tui.

help.usage.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ usage: matrix-commander [--usage] [-h] [--manual] [--readme] [-d]
6666
[--room-invites [LIST|JOIN|LIST+JOIN]]
6767
[-v [PRINT|CHECK]]
6868

69-
You are running version 8.0.3 2024-11-21. Enjoy, star on Github and contribute
69+
You are running version 8.0.4 2024-11-21. Enjoy, star on Github and contribute
7070
by submitting a Pull Request. Also have a look at matrix-commander-tui.

matrix_commander/matrix_commander.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101

102102
# version number
103103
VERSION = "2024-11-21"
104-
VERSIONNR = "8.0.3"
104+
VERSIONNR = "8.0.4"
105105
# matrix-commander; for backwards compitability replace _ with -
106106
PROG_WITHOUT_EXT = os.path.splitext(os.path.basename(__file__))[0].replace(
107107
"_", "-"

0 commit comments

Comments
 (0)