Skip to content

Commit

Permalink
Bump to 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
briis committed Feb 10, 2024
1 parent 2f456b0 commit 352e962
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Release 1.0.7

**Date**: `2024-02-10`

## Changes

- Added condition icon and forecast description to realtime data
- Preparing for adding Weather Forecast from Visual Crossing


# Release 1.0.6

**Date**: `2024-02-08`
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.6"
__version__ = "1.0.7"
__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.6",
version="1.0.7",
author="briis",
author_email="bjarne@briis.com",
description="Gets weather data from a MySQL table",
Expand Down

0 comments on commit 352e962

Please sign in to comment.