Show link to the latest version of history after upgrade

This commit is contained in:
Ivan Kravets
2016-11-14 17:16:05 +02:00
parent 8c1ad8e509
commit f965fd7c2b

View File

@ -61,7 +61,7 @@ def cli():
fg="green")
click.echo("Release notes: ", nl=False)
click.secho(
"http://docs.platformio.org/en/stable/history.html", fg="cyan")
"http://docs.platformio.org/en/latest/history.html", fg="cyan")
except Exception as e: # pylint: disable=W0703
if not r:
raise exception.UpgradeError("\n".join([str(cmd), str(e)]))