Skip to content

Commit ce06303

Browse files
bumps project version
1 parent e89cd49 commit ce06303

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def custom_openapi():
4646
return app.openapi_schema
4747
openapi_schema = get_openapi(
4848
title="RocketPy Infinity-API",
49-
version="2.0.0",
49+
version="2.1.0",
5050
description=(
5151
"<p style='font-size: 18px;'>RocketPy Infinity-API is a RESTful Open API for RocketPy, a rocket flight simulator.</p>"
5252
"<br/>"

lib/settings/gunicorn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def post_fork(server, worker): # pylint: disable=unused-argument
77
uptrace.configure_opentelemetry(
88
dsn=Secrets.get_secret("UPTRACE_DSN"),
99
service_name="infinity-api",
10-
service_version="2.0.0",
10+
service_version="2.1.0",
1111
deployment_environment="production",
1212
)
1313
from lib.api import ( # pylint: disable=import-outside-toplevel

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies = {file = ["requirements.txt"]}
77

88
[project]
99
name = "Infinity-API"
10-
version = "2.0.0"
10+
version = "2.1.0"
1111
description = "RESTFULL open API for rocketpy"
1212
dynamic = ["dependencies"]
1313
requires-python = ">=3.12"

0 commit comments

Comments
 (0)