diff --git a/Changelog.md b/Changelog.md index 7d286ecc..ffe1ba19 100644 --- a/Changelog.md +++ b/Changelog.md @@ -8,6 +8,10 @@ Changes: Fixes: +## 0.1.13 - 11/3/2020 + +Fixes: + - Add test and tweak comparison for actual range error. ## 0.1.12 - 11/3/2020 diff --git a/app/pyproject.toml b/app/pyproject.toml index cd853f67..7d09faca 100644 --- a/app/pyproject.toml +++ b/app/pyproject.toml @@ -1,7 +1,7 @@ [tool] [tool.poetry] name = "buoy_barn" -version = "0.1.12" +version = "0.1.13" description = "NERACOOS lightweight API sitting in front of ERDDAP" authors = ["Alex Kerney "]