Skip to content

Commit c3333af

Browse files
committed
Release v2.0.0
1 parent 137ec6d commit c3333af

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

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

3-
## v2.0.0b1
4-
Unreleased
3+
## v2.0.0
4+
Released 21 May 2024
55

66
Highlights:
77
* Updated: upgrade to aiobiketrax v1.3.0 to address several API changes.
@@ -10,7 +10,9 @@ Highlights:
1010
* Fixed: use new const data types for units and data sources.
1111
* Fixed: switch entities could not be toggled.
1212

13-
The full list of commits can be found [here](https://github.com/basilfx/homeassistant-biketrax/compare/v1.1.2...v2.0.0b1).
13+
The full list of commits can be found [here](https://github.com/basilfx/homeassistant-biketrax/compare/v1.1.2...v2.0.0).
14+
15+
This release supersedes v2.0.0b1.
1416

1517
## v1.1.2
1618
Released 1 January 2024

custom_components/biketrax/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"loggers": ["aiobiketrax"],
1212
"requirements": ["aiobiketrax==1.3.0"],
1313
"ssdp": [],
14-
"version": "2.0.0b1",
14+
"version": "2.0.0",
1515
"zeroconf": []
1616
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ profile = "black"
1414

1515
[tool.poetry]
1616
name = "homeassistant-biketrax"
17-
version = "2.0.0b1"
17+
version = "2.0.0"
1818
description = "Custom component for the PowUnity BikeTrax integration for Home Assistant."
1919
authors = ["Bas Stottelaar <[email protected]>"]
2020
package-mode = false

0 commit comments

Comments
 (0)