Skip to content

Commit 99a3cd7

Browse files
committed
Update version
1 parent 79696f4 commit 99a3cd7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ except (
135135
GarminConnectAuthenticationError,
136136
GarminConnectTooManyRequestsError,
137137
) as err:
138-
print("Error occurred during Garmin Connect Client get heart rates: %s" % err)
138+
print("Error occurred during Garmin Connect Client get steps data: %s" % err)
139139
quit()
140140
except Exception: # pylint: disable=broad-except
141141
print("Unknown error occurred during Garmin Connect Client get steps data")

garminconnect/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# -*- coding: utf-8 -*-
22
"""Python 3 API wrapper for Garmin Connect to get your statistics."""
33

4-
__version__ = "0.1.14"
4+
__version__ = "0.1.15"

0 commit comments

Comments
 (0)