Skip to content

Commit 961854a

Browse files
author
semantic-release
committed
2.0.1
Automatically generated by python-semantic-release
1 parent 50e3b22 commit 961854a

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v2.0.1 (2025-08-07)
4+
5+
### Bug fixes
6+
7+
- Require python3.11 and update script for generating client ([`50e3b22`](https://github.com/chemelli74/fitbit-web-api/commit/50e3b22ceb0729de2c0943bf0997e4f9eb5d14d1))
8+
9+
310
## v2.0.0 (2025-08-05)
411

512
### Build system

fitbit_web_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
""" # noqa: E501
1515

1616

17-
__version__ = "2.0.0"
17+
__version__ = "2.0.1"
1818

1919
# Define package exports
2020
__all__ = [

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fitbit-web-api"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
description = "Fitbit Web API"
55
authors = ["Simone Chemelli <[email protected]>"]
66
license = "Apache Software License 2.0"

0 commit comments

Comments
 (0)