Skip to content

Commit

Permalink
1.8.3 fix pipe for windows single exe (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderland committed Mar 8, 2021
1 parent 3e8bf5f commit 93338e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion katrain/core/constants.py
@@ -1,5 +1,5 @@
PROGRAM_NAME = "KaTrain"
VERSION = "1.8.2"
VERSION = "1.8.3"
HOMEPAGE = "https://github.com/sanderland/katrain"
CONFIG_MIN_VERSION = "1.8.0" # keep config files from this version
ANALYSIS_FORMAT_VERSION = "1.0"
Expand Down
1 change: 1 addition & 0 deletions katrain/core/contribute_engine.py
Expand Up @@ -144,6 +144,7 @@ def start(self):
self.command,
stdout=subprocess.PIPE,
stderr=subprocess.PIPE,
stdin=subprocess.PIPE,
startupinfo=startupinfo,
shell=self.shell,
)
Expand Down

0 comments on commit 93338e8

Please sign in to comment.