Skip to content

Commit

Permalink
v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldavie committed Jun 27, 2024
1 parent 15782ea commit 74140ce
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog for `env_canada`

## v0.7.1

- Fix memory leak and improve performance of `ec_radar`

## v0.7.0

- BREAKING CHANGE: Remove yesterday's data (high temp, low temp, and precipitation) from weather. Environment Canada removed these values from the source data.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 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].0?utm_source=badge)
[![Snyk rating](https://snyk-widget.herokuapp.com/badge/pip/env-canada/badge.svg)](https://snyk.io/vuln/pip:[email protected].1?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.7.0"
USER_AGENT = "env_canada/0.7.1"
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.7.0",
version="0.7.1",
author="Michael Davie",
author_email="[email protected]",
description="A package to access meteorological data from Environment Canada",
Expand Down

0 comments on commit 74140ce

Please sign in to comment.