Skip to content

Commit

Permalink
Bump version: 0.10.0b1 → 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverHofkens committed Jun 28, 2024
1 parent 6d999c2 commit aa80e06
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = "Oliver Hofkens"

# The full version, including alpha/beta/rc tags
release = "0.10.0b1"
release = "0.10.0"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion odata_query/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.10.0b1"
__version__ = "0.10.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "odata-query"
version = "0.10.0b1"
version = "0.10.0"
description = "An OData query parser and transpiler."
authors = ["Oliver Hofkens <[email protected]>"]
readme = "README.rst"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.10.0b1
current_version = 0.10.0
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?:(?P<release>a|b|rc)(?P<build>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sonar.projectKey=gorillaco_odata-query
sonar.projectName=OData Query
sonar.projectVersion=0.10.0b1
sonar.projectVersion=0.10.0

sonar.sources=./odata_query
sonar.tests=./tests
Expand Down

0 comments on commit aa80e06

Please sign in to comment.