Skip to content

Commit

Permalink
Bump to 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
briis committed Apr 27, 2024
1 parent e2b89f5 commit 1558cfe
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.1.7

**Date**: `2024-04-27`

## What Changed

- Added daily sunrise and sunset values to forecast
- Added `to_json` function to alle data tables

# Release 1.1.4

**Date**: `2024-03-06`
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 ForecastDaily, ForecastHourly, RealtimeData, StationData

__title__ = "pymeteobridgesql"
__version__ = "1.1.6"
__version__ = "1.1.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.1.6",
version="1.1.7",
author="briis",
author_email="bjarne@briis.com",
description="Gets weather data from a MySQL table",
Expand Down

0 comments on commit 1558cfe

Please sign in to comment.