Skip to content

Commit

Permalink
bump to 1.0.4 allows empty github url
Browse files Browse the repository at this point in the history
  • Loading branch information
zackees committed Mar 30, 2023
1 parent ce29598 commit 6a6074b
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 @@ -20,6 +20,7 @@ Run `./lint.sh` to find linting errors using `pylint`, `flake8` and `mypy`.

# Versions

* 1.0.4: Allows empty github url
* 1.0.3: Adds post install instructions to the command line.
* 1.0.2: Remove trailing `.git` and `/` for githurl repo input
* 1.0.1: Adds +x to all shell scripts
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 @@ dependencies = [
]
# Change this with the version number bump.
# Also make the change in zcmds/version.py
version = "1.0.3"
version = "1.0.4"

[tool.pylint."MESSAGES CONTROL"]
good-names = [
Expand Down

0 comments on commit 6a6074b

Please sign in to comment.