Skip to content

Commit

Permalink
wizard: ouch
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoomTen committed Jul 2, 2023
1 parent e58ec86 commit 2ee5250
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Zumi Daxuya'

# The full version, including alpha/beta/rc tags
release = '3.5.2'
release = '3.5.3'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion mdiocre/__meta__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# these should be updated every release

__version__ = "3.5.2"
__version__ = "3.5.3"
__date__ = "2023-07-02"
2 changes: 1 addition & 1 deletion mdiocre/wizard.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ def generate_from_path(self, source_file, built_file, root='', to_html=False, le

except FileNotFoundError as e:
logger.log(log_error + level, "can't find tsc on your system, copying instead")
built_file = os.path.extsep.join([built_name, built_ext])
built_file = os.path.extsep.join([built_name, 'ts'])
shutil.copyfile(
source_file,
built_file
Expand Down

0 comments on commit 2ee5250

Please sign in to comment.