Skip to content

Commit

Permalink
v0.5.35
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldavie committed Jun 26, 2023
1 parent 1321996 commit b067803
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog for `env_canada`

## v0.5.35
- Add wind speed and direction to hourly forecasts
- Handle missing AQHI forecasts
- Fixes for dependency changes

## v0.5.34
- Fix radar GIF for latest `Pillow`

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Environment Canada (env_canada)
[![PyPI version](https://badge.fury.io/py/env-canada.svg)](https://badge.fury.io/py/env-canada)
[![Snyk rating](https://snyk-widget.herokuapp.com/badge/pip/env-canada/badge.svg)](https://snyk.io/vuln/pip:[email protected].34?utm_source=badge)
[![Snyk rating](https://snyk-widget.herokuapp.com/badge/pip/env-canada/badge.svg)](https://snyk.io/vuln/pip:[email protected].35?utm_source=badge)

This package provides access to various data sources published by [Environment and Climate Change Canada](https://www.canada.ca/en/environment-climate-change.html).

Expand Down
2 changes: 1 addition & 1 deletion env_canada/constants.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
USER_AGENT = "env_canada/0.5.34"
USER_AGENT = "env_canada/0.5.35"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="env_canada",
version="0.5.34",
version="0.5.35",
author="Michael Davie",
author_email="[email protected]",
description="A package to access meteorological data from Environment Canada",
Expand Down

0 comments on commit b067803

Please sign in to comment.