Skip to content

Commit

Permalink
testing digital attestation, test 1
Browse files Browse the repository at this point in the history
  • Loading branch information
8go committed Nov 21, 2024
1 parent 1881a5d commit 4670135
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1945,7 +1945,7 @@ options:
the program will continue to run. This is useful for
having version number in the log files.
You are running version 8.0.0 2024-11-01. Enjoy, star on Github and contribute
You are running version 8.0.1 2024-11-21. Enjoy, star on Github and contribute
by submitting a Pull Request. Also have a look at matrix-commander-tui.
```

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.0.0
8.0.1
Binary file removed dist/matrix_commander-8.0.0-py3-none-any.whl
Binary file not shown.
Binary file removed dist/matrix_commander-8.0.0.tar.gz
Binary file not shown.
Binary file added dist/matrix_commander-8.0.1-py3-none-any.whl
Binary file not shown.
Binary file added dist/matrix_commander-8.0.1.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion help.help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -206,5 +206,5 @@ delete-content ROOM_ID EVENT_ID REASON [ROOM_ID EVENT_ID REASON ...]
-v [PRINT|CHECK], -V [PRINT|CHECK], --version [PRINT|CHECK]
Print version information or check for updates.

You are running version 8.0.0 2024-11-01. Enjoy, star on Github and contribute
You are running version 8.0.1 2024-11-21. Enjoy, star on Github and contribute
by submitting a Pull Request. Also have a look at matrix-commander-tui.
2 changes: 1 addition & 1 deletion help.manual.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1185,5 +1185,5 @@ options:
the program will continue to run. This is useful for
having version number in the log files.

You are running version 8.0.0 2024-11-01. Enjoy, star on Github and contribute
You are running version 8.0.1 2024-11-21. Enjoy, star on Github and contribute
by submitting a Pull Request. Also have a look at matrix-commander-tui.
2 changes: 1 addition & 1 deletion help.usage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ usage: matrix-commander [--usage] [-h] [--manual] [--readme] [-d]
[--room-invites [LIST|JOIN|LIST+JOIN]]
[-v [PRINT|CHECK]]

You are running version 8.0.0 2024-11-01. Enjoy, star on Github and contribute
You are running version 8.0.1 2024-11-21. Enjoy, star on Github and contribute
by submitting a Pull Request. Also have a look at matrix-commander-tui.
4 changes: 2 additions & 2 deletions matrix_commander/matrix_commander.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@
HAVE_OPENID = False

# version number
VERSION = "2024-11-01"
VERSIONNR = "8.0.0"
VERSION = "2024-11-21"
VERSIONNR = "8.0.1"
# matrix-commander; for backwards compitability replace _ with -
PROG_WITHOUT_EXT = os.path.splitext(os.path.basename(__file__))[0].replace(
"_", "-"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://packaging.python.org/en/latest/tutorials/packaging-projects/
# https://setuptools.pypa.io/en/latest/userguide/
name = matrix-commander
version = 8.0.0
version = 8.0.1
author = 8go
description = A simple command-line Matrix client
long_description = file: PyPi-Instructions.md, README.md
Expand Down

0 comments on commit 4670135

Please sign in to comment.