Skip to content

Commit

Permalink
Bump to v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
axelboc committed Sep 9, 2024
1 parent b1d4090 commit 5058ffe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.3.0b0
current_version = 2.3.0
tag = True
commit = True
message = Bump to v{new_version}
Expand Down
2 changes: 1 addition & 1 deletion docs/_static/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.0
info:
title: 'H5Grove API'
description: 'The API provided by h5grove example implementations.'
version: 2.3.0b0
version: 2.3.0

servers:
- url: http://{ip}:{port}/
Expand Down
2 changes: 1 addition & 1 deletion h5grove/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .content import create_content
from .encoders import encode

version = "2.3.0b0"
version = "2.3.0"

0 comments on commit 5058ffe

Please sign in to comment.