From dade356a3a75e21a12d41093d95cea6e0ae145cf Mon Sep 17 00:00:00 2001 From: zackees Date: Thu, 28 Mar 2024 11:59:22 -0700 Subject: [PATCH] bump 1.2.4 --- README.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c46aed9..6f5d1b9 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ To run all linters and tests, simply go to the root directory and run `tox` To upload your project to pypi simply run `. ./upload_package.sh` # Versions + * `1.2.4` - Varius fixes. * `1.2.2` - Adds retries to get correct parameters and auto corrects parameters instead of exiting. * `1.2.0` - Refresh with new modern practices like an installation script. * `1.1.1` - Adds chmod +x to shell scripts and adds post install instructions. diff --git a/pyproject.toml b/pyproject.toml index 14ea1aa..b7d6d34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ classifiers = ["Programming Language :: Python :: 3"] dependencies = [] # Change this with the version number bump. # Also make the change in zcmds/version.py -version = "1.2.3" +version = "1.2.4" [project.scripts] createpythoncmd = "create_python_cmd.cli:main"