Skip to content

Commit

Permalink
bump 1.0.9 bugfix for not created directories
Browse files Browse the repository at this point in the history
  • Loading branch information
zackees committed May 10, 2023
1 parent ba0d14e commit 3bbccd4
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 @@ -122,6 +122,7 @@ Run `./lint.sh` to find linting errors using `ruff`, `pylint`, `flake8` and `myp

# Releases

* 1.0.9: Fix settings.json bug in not created directories.
* 1.0.8: Adds password field and centralizes settings.json under appdirs.
* 1.0.7: Adds progress bar when doing work.
* 1.0.6: Adds gui language help for language codes.
Expand Down
2 changes: 1 addition & 1 deletion src/video_subtitles/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Init"""

__version__ = "1.0.8"
__version__ = "1.0.9"

0 comments on commit 3bbccd4

Please sign in to comment.