Skip to content

Commit

Permalink
Bump to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
briis committed Feb 8, 2024
1 parent 37da6a7 commit ac9d8ba
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Release 1.0.6

**Date**: `2024-02-08`

## Changes

- Added cloud base as calculated sensor

# Release 1.0.5

**Date**: `2024-01-28`
Expand All @@ -6,7 +14,6 @@

- Added Air Quality calculated sensor (AQI)


# Release 1.0.4

**Date**: `2024-01-26`
Expand Down
2 changes: 1 addition & 1 deletion pymeteobridgesql/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
from .data import RealtimeData, StationData

__title__ = "pymeteobridgesql"
__version__ = "1.0.5"
__version__ = "1.0.6"
__author__ = "briis"
__license__ = "MIT"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name="pymeteobridgesql",
version="1.0.5",
version="1.0.6",
author="briis",
author_email="bjarne@briis.com",
description="Gets weather data from a MySQL table",
Expand Down

0 comments on commit ac9d8ba

Please sign in to comment.