Skip to content

Commit

Permalink
v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abkfenris committed Oct 27, 2021
1 parent 6629da8 commit f04047f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,26 @@ Additions:

Changes:

Changes:

Fixes:

## 0.4.1 - 10/26/2021

- Update Dependencies:
- Actions
- Checkout from 2.3.4 to 2.3.5
- Setup Docker Buildx from 1.5.1 to 1.6.0
- Docker build push from 2.6.1 to 2.7.0
- Poetry from 1.1.5 to 1.1.11
- Django CORS headers from 3.7 to 3.8
- Sentry SDK from 1.3.1 to 1.4.3
- Pandas from 1.3.1 to 1.3.3
- Prefect from 0.15.3 to 0.15.6
- IPython from 7.26 to 7.28
- PYYaml from 5.4 to 6.0
- py.test coverage from 2.12 to 3.0

Fixes:

- Adds a timeout to proxied requests. Closes #457
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.0"
version = "0.4.1"
description = "NERACOOS lightweight API sitting in front of ERDDAP"
authors = ["Alex Kerney <[email protected]>"]

Expand Down

0 comments on commit f04047f

Please sign in to comment.