Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/v1.5.0' into remove-brick-collec…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
gtfierro committed Oct 24, 2024
2 parents 2957fdb + 3ece0e8 commit 8707f0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bricksrc/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

# Minor version: increment for substantial additions to the ontology that
# are backwards compatible
BRICK_MINOR_VERSION = 4
BRICK_MINOR_VERSION = 5

# Patch version: increment for minor additions/changes to the ontology that
# are largely backwards compatible (bug-fixes exempted)
BRICK_PATCH_VERSION = 2
BRICK_PATCH_VERSION = 0

# the simplified (no patch version) version number for Brick. Intended for
# inclusion in the Brick namespace URI
Expand Down

0 comments on commit 8707f0f

Please sign in to comment.