Skip to content

Commit

Permalink
Bump to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
corviday authored Aug 7, 2024
1 parent e61115b commit e576cad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# News / Release Notes

## 1.0.0
**2024-Aug-07**

* Accept POST requests so that front end can send areas with many vertices [#10](https://github.com/pacificclimate/scip-backend/pull/10)
* Convert from BC Albers projection in the database to WGS84 for the front end [#12](https://github.com/pacificclimate/scip-backend/pull/12)

## 0.1.0
**2023-Aug-22**

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "scip-backend"
version = "0.1.0"
version = "1.0.0"
description = "APIs that provide salmon data to the SCIP frontend"
authors = ["Lee Zeman <[email protected]>"]
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit e576cad

Please sign in to comment.