diff --git a/README.md b/README.md index 76cca2b..e6bd457 100644 --- a/README.md +++ b/README.md @@ -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. ``` diff --git a/VERSION b/VERSION index 215aacb..50c496d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.0.3 +8.0.4 diff --git a/dist/matrix_commander-8.0.3-py3-none-any.whl b/dist/matrix_commander-8.0.3-py3-none-any.whl deleted file mode 100644 index 0201bcd..0000000 Binary files a/dist/matrix_commander-8.0.3-py3-none-any.whl and /dev/null differ diff --git a/dist/matrix_commander-8.0.3.tar.gz b/dist/matrix_commander-8.0.3.tar.gz deleted file mode 100644 index 71ea331..0000000 Binary files a/dist/matrix_commander-8.0.3.tar.gz and /dev/null differ diff --git a/dist/matrix_commander-8.0.4-py3-none-any.whl b/dist/matrix_commander-8.0.4-py3-none-any.whl new file mode 100644 index 0000000..4ed8fd8 Binary files /dev/null and b/dist/matrix_commander-8.0.4-py3-none-any.whl differ diff --git a/dist/matrix_commander-8.0.4.tar.gz b/dist/matrix_commander-8.0.4.tar.gz new file mode 100644 index 0000000..17a51e6 Binary files /dev/null and b/dist/matrix_commander-8.0.4.tar.gz differ diff --git a/help.help.txt b/help.help.txt index 79a53e1..938cc64 100644 --- a/help.help.txt +++ b/help.help.txt @@ -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. diff --git a/help.manual.txt b/help.manual.txt index 609f281..1139552 100644 --- a/help.manual.txt +++ b/help.manual.txt @@ -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. diff --git a/help.usage.txt b/help.usage.txt index bc7b460..8b849ae 100644 --- a/help.usage.txt +++ b/help.usage.txt @@ -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. diff --git a/matrix_commander/matrix_commander.py b/matrix_commander/matrix_commander.py index ab137d6..4ed673e 100755 --- a/matrix_commander/matrix_commander.py +++ b/matrix_commander/matrix_commander.py @@ -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( "_", "-" diff --git a/scripts/workflow.sh b/scripts/workflow.sh index 7edbdde..1304abb 100755 --- a/scripts/workflow.sh +++ b/scripts/workflow.sh @@ -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") diff --git a/setup.cfg b/setup.cfg index 448b24b..3b372d0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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