Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dax/jmc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/jmc/runner.py')
-rw-r--r--src/jmc/runner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jmc/runner.py b/src/jmc/runner.py
index 48d4bbf..f3f9796 100644
--- a/src/jmc/runner.py
+++ b/src/jmc/runner.py
@@ -116,6 +116,7 @@ class JMCRunner(JCLRunner):
lang=Lang(self.language),
config=self.config,
config_file=self.config_file)
+ component.version = self.component_version
if self.enable_smtp_default_account:
component.account_manager.account_classes += (GlobalSMTPAccount,)
MailAccount.default_encoding = self.mail_default_encoding