Skip to content

Commit

Permalink
Release 0.2.12
Browse files Browse the repository at this point in the history
Fix:
- WoeUSB#81; Canceling the "are you sure" pop-up now aborts the instalation

Changes:
- WoeUSB#82; Add missing dependencies for debian-like distributions
  • Loading branch information
WaxyMocha committed Feb 19, 2023
1 parent 95cb2cd commit 18e8918
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WoeUSB/miscellaneous.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import locale
import os

__version__ = "0.2.11"
__version__ = "0.2.12"

translation = gettext.translation("woeusb", os.path.dirname(__file__) + "/locale", [locale.getlocale()[0]], fallback=True)
translation.install()
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def run(self):

setup(
name='WoeUSB-ng',
version='0.2.11',
version='0.2.12',
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. ',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 18e8918

Please sign in to comment.