Skip to content

Commit

Permalink
Update version to 1.4.76 in README and version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zackees committed Apr 19, 2024
1 parent cb5cdb3 commit 2090f68
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 @@ -135,6 +135,7 @@ Running tox will install hooks into the .tox directory. Keep this in my if you a
TODO: Add a cleanup function to undo this.

# Release Notes
* 1.4.76: `askai` now had `--input-file`, for better tooling.
* 1.4.75: Fix https://github.com/zackees/zcmds/issues/13 in `img2webp`
* 1.4.74: Fix `https://github.com/zackees/zcmds/issues/901`
* 1.4.73: `aicode` now accepts Windows paths and converts them to posix paths prior to sending them to Aider.
Expand Down
2 changes: 1 addition & 1 deletion src/zcmds/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Just holds the version for the app"""

# Also change version in pyproject.toml
VERSION = "1.4.75" # pylint: disable=R0801
VERSION = "1.4.76" # pylint: disable=R0801
__version__ = VERSION

0 comments on commit 2090f68

Please sign in to comment.