Skip to content

Commit 18e8918

Browse files
committed
Release 0.2.12
Fix: - #81; Canceling the "are you sure" pop-up now aborts the instalation Changes: - #82; Add missing dependencies for debian-like distributions
1 parent 95cb2cd commit 18e8918

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

WoeUSB/miscellaneous.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import locale
33
import os
44

5-
__version__ = "0.2.11"
5+
__version__ = "0.2.12"
66

77
translation = gettext.translation("woeusb", os.path.dirname(__file__) + "/locale", [locale.getlocale()[0]], fallback=True)
88
translation.install()

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def run(self):
4848

4949
setup(
5050
name='WoeUSB-ng',
51-
version='0.2.11',
51+
version='0.2.12',
5252
description='WoeUSB-ng is a simple tool that enable you to create your own usb stick windows installer from an iso image or a real DVD. This is a rewrite of original WoeUSB. ',
5353
long_description=long_description,
5454
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)