Skip to content

Commit

Permalink
Back to development: 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JJFlorian committed Apr 9, 2024
1 parent 2688137 commit a4c1d24
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog for BROStar API

## 0.3 (unreleased)


- Nothing changed yet.


## 0.2 (2024-04-09)

- Made BRO portal (demo/production) configurable. The default is to use the demo portal, of course. Set `USE_BRO_PRODUCTION` environment variable to `true` for production.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies = []
description = "Simplify data management for BRO"
authors = []
readme = "README.md"
version = "0.2"
version = "0.3.dev0"

[project.optional-dependencies]
test = ["pytest"] # pytest added by nens-meta
Expand Down

0 comments on commit a4c1d24

Please sign in to comment.