diff --git a/README.md b/README.md index 612b2f5..48e6411 100644 --- a/README.md +++ b/README.md @@ -301,6 +301,9 @@ https://www.gnu.org/licenses/gpl-3.0.html - Handle other device types such as Waterfall - Handle multi/variable speed pumps +## Done/Fixed in 0.3.15 + - Trying out Github publish actions + ## Done/Fixed in 0.3.14 - Added SmartWinterMode sensors - Added Filter Clean/Purge sensors diff --git a/src/geckolib/_version.py b/src/geckolib/_version.py index 9543b6c..a53e27e 100644 --- a/src/geckolib/_version.py +++ b/src/geckolib/_version.py @@ -1,3 +1,3 @@ """ Single module version """ -VERSION = "0.3.14" +VERSION = "0.3.15"