Skip to content

Commit

Permalink
Add version 1.4.100 to Release Notes and update version in code
Browse files Browse the repository at this point in the history
  • Loading branch information
zackees committed Aug 30, 2024
1 parent e12e1be commit e9b3f88
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 @@ -137,6 +137,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.100: Added `-y` to invocation of vidclip static_ffmpeg.
* 1.4.99: Added `trustdir` which adds a directory for OS security scanning exclusion, making builds faster.
* 1.4.98: Fixed `pull --all` to handle missing repos between remote and local.
* 1.4.97: More improvements to `vid2mp3` - auto overwrite and auto wave format.
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.99" # pylint: disable=R0801
VERSION = "1.4.100" # pylint: disable=R0801
__version__ = VERSION

0 comments on commit e9b3f88

Please sign in to comment.