Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Install requirements
run: |
python3 -m pip install -r requirements.txt
python3 -m pip install .[dev]
- name: Run test suite
run: |
python3 -m pytest
6 changes: 3 additions & 3 deletions garmin_fit_sdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
# Transfer (FIT) Protocol License.
###########################################################################################
# ****WARNING**** This file is auto-generated! Do NOT edit this file.
# Profile Version = 21.194.0Release
# Tag = production/release/21.194.0-0-g65135fc
# Profile Version = 21.195.0Release
# Tag = production/release/21.195.0-0-g569e7e5
############################################################################################


Expand All @@ -22,4 +22,4 @@
from garmin_fit_sdk.stream import Stream
from garmin_fit_sdk.util import FIT_EPOCH_S, convert_timestamp_to_datetime

__version__ = '21.194.0'
__version__ = '21.195.0'
4 changes: 2 additions & 2 deletions garmin_fit_sdk/accumulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
# Transfer (FIT) Protocol License.
###########################################################################################
# ****WARNING**** This file is auto-generated! Do NOT edit this file.
# Profile Version = 21.194.0Release
# Tag = production/release/21.194.0-0-g65135fc
# Profile Version = 21.195.0Release
# Tag = production/release/21.195.0-0-g569e7e5
############################################################################################


Expand Down
4 changes: 2 additions & 2 deletions garmin_fit_sdk/bitstream.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
# Transfer (FIT) Protocol License.
###########################################################################################
# ****WARNING**** This file is auto-generated! Do NOT edit this file.
# Profile Version = 21.194.0Release
# Tag = production/release/21.194.0-0-g65135fc
# Profile Version = 21.195.0Release
# Tag = production/release/21.195.0-0-g569e7e5
############################################################################################


Expand Down
4 changes: 2 additions & 2 deletions garmin_fit_sdk/crc_calculator.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
# Transfer (FIT) Protocol License.
###########################################################################################
# ****WARNING**** This file is auto-generated! Do NOT edit this file.
# Profile Version = 21.194.0Release
# Tag = production/release/21.194.0-0-g65135fc
# Profile Version = 21.195.0Release
# Tag = production/release/21.195.0-0-g569e7e5
############################################################################################


Expand Down
4 changes: 2 additions & 2 deletions garmin_fit_sdk/decoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
# Transfer (FIT) Protocol License.
###########################################################################################
# ****WARNING**** This file is auto-generated! Do NOT edit this file.
# Profile Version = 21.194.0Release
# Tag = production/release/21.194.0-0-g65135fc
# Profile Version = 21.195.0Release
# Tag = production/release/21.195.0-0-g569e7e5
############################################################################################


Expand Down
4 changes: 2 additions & 2 deletions garmin_fit_sdk/fit.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
# Transfer (FIT) Protocol License.
###########################################################################################
# ****WARNING**** This file is auto-generated! Do NOT edit this file.
# Profile Version = 21.194.0Release
# Tag = production/release/21.194.0-0-g65135fc
# Profile Version = 21.195.0Release
# Tag = production/release/21.195.0-0-g569e7e5
############################################################################################


Expand Down
4 changes: 2 additions & 2 deletions garmin_fit_sdk/hr_mesg_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
# Transfer (FIT) Protocol License.
###########################################################################################
# ****WARNING**** This file is auto-generated! Do NOT edit this file.
# Profile Version = 21.194.0Release
# Tag = production/release/21.194.0-0-g65135fc
# Profile Version = 21.195.0Release
# Tag = production/release/21.195.0-0-g569e7e5
############################################################################################


Expand Down
7 changes: 4 additions & 3 deletions garmin_fit_sdk/profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
# Transfer (FIT) Protocol License.
###########################################################################################
# ****WARNING**** This file is auto-generated! Do NOT edit this file.
# Profile Version = 21.194.0Release
# Tag = production/release/21.194.0-0-g65135fc
# Profile Version = 21.195.0Release
# Tag = production/release/21.195.0-0-g569e7e5
############################################################################################


Profile = {
'version': {
'major': 21,
'minor': 194,
'minor': 195,
'patch': 0,
'type': "Release"
},
Expand Down Expand Up @@ -22990,6 +22990,7 @@
'340': 'peloton',
'341': 'carv',
'342': 'tissot',
'345': 'real_velo',
'5759': 'actigraphcorp',
},
'garmin_product': {
Expand Down
4 changes: 2 additions & 2 deletions garmin_fit_sdk/stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
# Transfer (FIT) Protocol License.
###########################################################################################
# ****WARNING**** This file is auto-generated! Do NOT edit this file.
# Profile Version = 21.194.0Release
# Tag = production/release/21.194.0-0-g65135fc
# Profile Version = 21.195.0Release
# Tag = production/release/21.195.0-0-g569e7e5
############################################################################################


Expand Down
4 changes: 2 additions & 2 deletions garmin_fit_sdk/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
# Transfer (FIT) Protocol License.
###########################################################################################
# ****WARNING**** This file is auto-generated! Do NOT edit this file.
# Profile Version = 21.194.0Release
# Tag = production/release/21.194.0-0-g65135fc
# Profile Version = 21.195.0Release
# Tag = production/release/21.195.0-0-g569e7e5
############################################################################################


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools >= 64"]
build-backend = "setuptools.build_meta"

[project]
version = "21.194.0"
version = "21.195.0"
name = "garmin-fit-sdk"
description = "Garmin FIT Python SDK"
authors = [{ name = "Garmin International, Inc." }]
Expand Down
3 changes: 0 additions & 3 deletions requirements.txt

This file was deleted.

27 changes: 0 additions & 27 deletions setup.cfg

This file was deleted.

2 changes: 1 addition & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

# __init__.py for the fit sdk tests module

__version__ = '21.194.0'
__version__ = '21.195.0'