Skip to content

Commit

Permalink
Bump to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
briis committed May 5, 2024
1 parent ff3fbfa commit 29ccaa9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@

# Release 1.2.2

**Date**: `2024-05-05`

## What Changed

* Added `visibility` to Hourly Forecast

# Release 1.2.1

**Date**: `2024-05-01`
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, MinuteData, MonthlyData, RealtimeData, StationData

__title__ = "pymeteobridgesql"
__version__ = "1.2.1"
__version__ = "1.2.2"
__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.2.1",
version="1.2.2",
author="briis",
author_email="[email protected]",
description="Gets weather data from a MySQL table",
Expand Down

0 comments on commit 29ccaa9

Please sign in to comment.