Skip to content

Commit

Permalink
Fix platform module import in mdimggen.
Browse files Browse the repository at this point in the history
  • Loading branch information
revarbat committed Apr 10, 2023
1 parent 509cc33 commit 3f7dbbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions openscad_docsgen/mdimggen.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import glob
import os.path
import argparse
import platform

from .errorlog import errorlog, ErrorLog
from .imagemanager import image_manager
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import setup

VERSION = "2.0.34"
VERSION = "2.0.35"


with open('README.rst') as f:
Expand Down

0 comments on commit 3f7dbbb

Please sign in to comment.