Skip to content

Commit

Permalink
bump 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zackees committed Mar 28, 2024
1 parent d2b91f1 commit dade356
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit dade356

Please sign in to comment.