Skip to content

Commit

Permalink
bump version to 3.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Goetz committed Dec 26, 2022
1 parent 00a10cc commit a5b0b8f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This Makefile handles downloading data from Garmin Connect and generating SQLite DB files from that data. The Makefile targets handle the dependaancies
# between downloading and geenrating varies types of data. It wraps the core Python scripts and runs them with appropriate parameters.
# This Makefile handles downloading data from Garmin Connect and generating SQLite DB files from that data. The Makefile targets handle the dependancies
# between downloading and generating varies types of data. It wraps the core Python scripts and runs them with appropriate parameters.
#
export PROJECT_BASE=$(CURDIR)

Expand Down
2 changes: 1 addition & 1 deletion Plugins
4 changes: 2 additions & 2 deletions garmindb/version_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

python_required = (3, 0, 0)
python_tested = (3, 9, 10)
version_info = (3, 2, 6)
prerelease = False
version_info = (3, 2, 7)
prerelease = True


def version_string():
Expand Down

0 comments on commit a5b0b8f

Please sign in to comment.