Skip to content

Commit

Permalink
v0.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
abkfenris committed Feb 9, 2021
1 parent f98a15f commit cebdc8b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,22 @@ Changes:

Fixes:

## 0.1.16 - 02/09/2020

Changes:

- Update dependencies:
- Python from 3.8.6 to 3.9.1
- Celery from 4.4 to 5.0
- Django CORS Headers from 3.6 to 3.7
- Django Rest Framework GIS from 0.16 to 0.17
- Freezegun from 1.0.0 to 1.1.0
- IPython from 7.19 to 7.20
- PyYaml from 5.3.1 tp 5.4
- Py.test coverage from 2.10 to 2.11

Fixes:

- Include `Z` on the end of forecast dates to specify the timezone so that browsers don't guess.

## 0.1.15 - 12/15/2020
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.1.15"
version = "0.1.16"
description = "NERACOOS lightweight API sitting in front of ERDDAP"
authors = ["Alex Kerney <[email protected]>"]

Expand Down

0 comments on commit cebdc8b

Please sign in to comment.