Skip to content

Commit

Permalink
bump to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zackees committed May 10, 2023
1 parent aa8832d commit f8cd3d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,9 @@ Run `./lint.sh` to find linting errors using `ruff`, `pylint`, `flake8` and `myp

# Releases

* 1.0.5: Adds webvtt format option.
* 1.0.4: Adds thread processor so that multiple files can be done one at a time.
* 1.0.3: Adds gui
* 1.0.2: Fix bug
* 1.0.3: Adds gui.
* 1.0.2: Fix bug.
* 1.0.1: Adds retry to translation step. Also alerts when the video is done.
* 1.0.0: Initial release
* 1.0.0: Initial release.
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.4"
__version__ = "1.0.5"

0 comments on commit f8cd3d4

Please sign in to comment.