Skip to content

Commit

Permalink
Release 0.2.11
Browse files Browse the repository at this point in the history
Changes:
- #70; command line option to skip GRUB legacy bootloader
- #73; add -S to yay command
- #80; Swedish translation
- #84; Aesthetic corrections in Readme
  • Loading branch information
WaxyMocha committed Feb 19, 2023
1 parent 48bd0b3 commit a43ce87
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.10"
__version__ = "0.2.11"

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.10',
version='0.2.11',
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 a43ce87

Please sign in to comment.