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 b885174 commit 8c6f701Copy full SHA for 8c6f701
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.15'
+VERSION = '1.0.16'
43
44
USER_AGENT = 'Medusa/{version} ({system}; {release}; {instance})'.format(
45
version=VERSION, system=platform.system(), release=platform.release(),
0 commit comments