We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01df93b commit 8039506Copy full SHA for 8039506
medusa/common.py
@@ -39,7 +39,7 @@
39
log.logger.addHandler(logging.NullHandler())
40
41
INSTANCE_ID = text_type(uuid.uuid1())
42
-VERSION = '1.0.16'
+VERSION = '1.0.17'
43
44
USER_AGENT = 'Medusa/{version} ({system}; {release}; {instance})'.format(
45
version=VERSION, system=platform.system(), release=platform.release(),
0 commit comments