Skip to content

Commit

Permalink
adjust text
Browse files Browse the repository at this point in the history
  • Loading branch information
treee111 committed Nov 29, 2022
1 parent 5b46d4e commit 54deba1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wahoomc/setup_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def check_installed_version_against_latest_pypi():
and pkg_resources.parse_version(VERSION) < pkg_resources.parse_version(latest_version):
log.info('\n\nUpdate available! \
\nA new version of wahoomc is available: "%s". You have installed version "%s". \
\nYou can upgrade wahoomc with "pip install wahoomc --upgrade" \
\nRelease notes are here: https://github.com/treee111/wahooMapsCreator/releases/latest \
\nUpgrade wahoomc with "pip install wahoomc --upgrade". \
\nRelease notes are here: https://github.com/treee111/wahooMapsCreator/releases/latest. \
\n',
latest_version, VERSION)

0 comments on commit 54deba1

Please sign in to comment.