Skip to content

Commit

Permalink
Merge branch 'main' into JJFlorian-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
JJFlorian authored Apr 18, 2024
2 parents 9dba8fc + 53ea7aa commit c044fd6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# Changelog for BROStar API

## 0.7 (unreleased)
## 0.8 (unreleased)


- Nothing changed yet.


## 0.7 (2024-04-18)


- Changed the bronhouder-api url by adding www. Didn't work without.


## 0.6 (2024-04-17)


Expand Down
2 changes: 1 addition & 1 deletion brostar_api/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@

if USE_BRO_PRODUCTION:
BRO_UITGIFTE_SERVICE_URL = "https://publiek.broservices.nl"
BRONHOUDERSPORTAAL_URL = "https://bronhouderportaal-bro.nl"
BRONHOUDERSPORTAAL_URL = "https://www.bronhouderportaal-bro.nl"
else:
BRO_UITGIFTE_SERVICE_URL = "https://int-publiek.broservices.nl"
BRONHOUDERSPORTAAL_URL = "https://demo.bronhouderportaal-bro.nl"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ description = "Simplify data management for BRO"
authors = []
license = {file = "LICENSE.txt"}
readme = "README.md"
version = "0.7.dev0"
version = "0.8.dev0"

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

0 comments on commit c044fd6

Please sign in to comment.