Skip to content

Commit

Permalink
final test of digital attestation in PyPi release
Browse files Browse the repository at this point in the history
  • Loading branch information
8go committed Nov 21, 2024
1 parent c4e38c4 commit 362b419
Show file tree
Hide file tree
Showing 12 changed files with 9 additions and 9 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.3 2024-11-21. Enjoy, star on Github and contribute
You are running version 8.0.4 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.3
8.0.4
Binary file removed dist/matrix_commander-8.0.3-py3-none-any.whl
Binary file not shown.
Binary file removed dist/matrix_commander-8.0.3.tar.gz
Binary file not shown.
Binary file added dist/matrix_commander-8.0.4-py3-none-any.whl
Binary file not shown.
Binary file added dist/matrix_commander-8.0.4.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.3 2024-11-21. Enjoy, star on Github and contribute
You are running version 8.0.4 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.3 2024-11-21. Enjoy, star on Github and contribute
You are running version 8.0.4 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.3 2024-11-21. Enjoy, star on Github and contribute
You are running version 8.0.4 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 matrix_commander/matrix_commander.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@

# version number
VERSION = "2024-11-21"
VERSIONNR = "8.0.3"
VERSIONNR = "8.0.4"
# matrix-commander; for backwards compitability replace _ with -
PROG_WITHOUT_EXT = os.path.splitext(os.path.basename(__file__))[0].replace(
"_", "-"
Expand Down
4 changes: 2 additions & 2 deletions scripts/workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ OPT5="scripts/update-4-help-help.py # update help-help-pre file, puts it inte ma
OPT6="scripts/create-help-help.sh # update help-help file"
OPT7="scripts/create-help-usage.sh # update help-usage file"
OPT8="scripts/lintmc.sh # lint and beautify main file"
OPT9="scripts/pypi-package-1-create.sh # create PyPi release"
OPT10="scripts/pypi-package-2-publish.sh # optionally publish PyPi release; maybe skip this for minor versions; skip this if Actions workflow is preferred"
OPT9="scripts/pypi-package-1-create.sh # create PyPi release, ALWAYS do this!"
OPT10="scripts/pypi-package-2-publish.sh # publish to PyPi. Usually this is NOT done because a Github Action will do the publish in an attested manner. Maybe skip this for minor versions; skip this if Actions workflow is preferred"
OPTC="Continue"
OPTQ="Quit"
options=("$OPT1" "$OPT2" "$OPT3" "$OPT4" "$OPT5" "$OPT6" "$OPT7" "$OPT8" "$OPT9" "$OPT10" "$OPTC" "$OPTQ")
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.3
version = 8.0.4
author = 8go
description = A simple command-line Matrix client
long_description = file: PyPi-Instructions.md, README.md
Expand Down

0 comments on commit 362b419

Please sign in to comment.