Skip to content

Commit

Permalink
Merge branch 'main' into StevenHosper/issue117
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenHosper authored Oct 31, 2024
2 parents 8a0023d + 3b3d084 commit 0feef97
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 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.51 (unreleased)
## 0.52 (unreleased)


- Nothing changed yet.


## 0.51 (2024-10-30)


- Documented release process.


## 0.50 (2024-10-18)


Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ If a requirement has changed (either dependency in `pyproject.toml` or an extra

This is a public project, so the actual server deployment scripts with the passwords and so are safely hidden away in https://github.com/nens/brostar-site :-) We're installed with docker compose on https://staging.brostar.nl and https://www.brostar.nl . See the readme of `brostar-site` for the internal deployment documentation.

Make releases with "zest.releaser" (`pip install zest.releaser` to install it). "fullrelease" updates the release date, does a `git tag` and updates the version number.

$ fullrelease


## Build the documentation

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ description = "Simplify data management for BRO"
authors = []
license = {file = "LICENSE.txt"}
readme = "README.md"
version = "0.50"
version = "0.52.dev0"

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

0 comments on commit 0feef97

Please sign in to comment.