From e414b487f6b17bb9ed2a2f49f55d54f2e57eccc8 Mon Sep 17 00:00:00 2001 From: Christian Fobel Date: Wed, 16 Aug 2017 18:51:34 -0400 Subject: [PATCH] Add docstring change description --- microdrop_launcher/auto_upgrade.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/microdrop_launcher/auto_upgrade.py b/microdrop_launcher/auto_upgrade.py index f13b24b..2035c24 100644 --- a/microdrop_launcher/auto_upgrade.py +++ b/microdrop_launcher/auto_upgrade.py @@ -52,6 +52,10 @@ def main(): Fix displayed package name during upgrade. Fail gracefully with warning on JSON decode error. + + .. versionchanged:: 0.7.7 + Strip progress messages from Conda install output log to prevent JSON + decoding errors. ''' # Upgrade `microdrop-launcher` package if there is a new version available. print 'Checking for `microdrop-launcher` updates',