Skip to content

Commit

Permalink
v0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
abkfenris committed Apr 19, 2021
1 parent 59928f8 commit b18db4d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,17 @@ Additions:

Changes:

- Add non-standard datatypes for UNH buoys.
Fixes:

## 0.3.6 - 04/19/2021

Changes:

- Add non-standard datatypes for UNH buoys. [#351](https://github.com/gulfofmaine/buoy_barn/pull/351)

Fixes:

- Add `DEFAULT_AUTO_FIELD` setting to point to little integer autofield as Django will be migrating to BigAutoField.
- Add `DEFAULT_AUTO_FIELD` setting to point to little integer autofield as Django will be migrating to BigAutoField. [#351](https://github.com/gulfofmaine/buoy_barn/pull/351)

## 0.3.5 - 03/29/2021

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.3.5"
version = "0.3.6"
description = "NERACOOS lightweight API sitting in front of ERDDAP"
authors = ["Alex Kerney <[email protected]>"]

Expand Down

0 comments on commit b18db4d

Please sign in to comment.