Skip to content

Commit

Permalink
v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
abkfenris committed Mar 1, 2022
1 parent 00f9789 commit 8659ea7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,17 @@ Changes:

Fixes:

- Filter out OSErrors from uWSGI.
- Catch upstream forecast timeouts and handle their errors nicer.
## 0.4.3 - 03/01/2022

Changes:

- Update Dependencies
- Django from 4.0.2 to 4.0.3

Fixes:

- Filter out OSErrors from uWSGI. [#529](https://github.com/gulfofmaine/buoy_barn/pull/529)
- Catch upstream forecast timeouts and handle their errors nicer. [#531](https://github.com/gulfofmaine/buoy_barn/pull/531)

## 0.4.2 - 02/28/2022

Expand Down
2 changes: 1 addition & 1 deletion app/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool]
[tool.poetry]
name = "buoy_barn"
version = "0.4.2"
version = "0.4.3"
description = "NERACOOS lightweight API sitting in front of ERDDAP"
authors = ["Alex Kerney <[email protected]>"]

Expand Down

0 comments on commit 8659ea7

Please sign in to comment.