diff options
author | Jesús <heckyel@hyperbola.info> | 2019-12-24 14:14:29 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-12-24 14:14:29 -0500 |
commit | 98e3f5e6447789f21953ba32ac3e2b5f6ca9ceda (patch) | |
tree | 2998ddd18cfb2bd09e0d6cd35267da6ac6404871 | |
parent | 865635f2aafe72a2bda1356ae486920df0ea1f93 (diff) | |
download | hypervideo-gui-98e3f5e6447789f21953ba32ac3e2b5f6ca9ceda.tar.lz hypervideo-gui-98e3f5e6447789f21953ba32ac3e2b5f6ca9ceda.tar.xz hypervideo-gui-98e3f5e6447789f21953ba32ac3e2b5f6ca9ceda.zip |
new release 1.0.2
-rw-r--r-- | Changelog.md | 2 | ||||
-rw-r--r-- | hypervideo_gui/main_ui.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Changelog.md b/Changelog.md index 60f382f..9b19730 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,4 @@ -# version <unreleased> +## version 1.0.2 ### Bug Fixes diff --git a/hypervideo_gui/main_ui.py b/hypervideo_gui/main_ui.py index 2150411..1ed9d22 100644 --- a/hypervideo_gui/main_ui.py +++ b/hypervideo_gui/main_ui.py @@ -42,7 +42,7 @@ if len(sys.argv) == 2: else: DEBUG = None -__version__ = '1.0.1' +__version__ = '1.0.2' __license__ = 'GPL-3' __title__ = 'Simple Hypervideo Download GUI' |