Skip to content

Commit

Permalink
chore: bump version to 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tymees committed Nov 21, 2024
1 parent 91979d8 commit 34675f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion agent/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "humitifier"
version = "3.3.0"
version = "3.3.1"
description = "Tools and interfaces for displaying server resources"
authors = [
"Donatas Rasiukevicius <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion humitifier-server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ target-version = [

[tool.poetry]
name = "humitifier-server"
version = "3.3.0"
version = "3.3.1"
description = ""
authors = [
"Mees, T.D. (Ty) <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion humitifier-server/src/humitifier_server/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
SPECTACULAR_SETTINGS = {
"TITLE": "Humitifier API",
"DESCRIPTION": "API for Humitifier, the Hum-IT CMDB",
"VERSION": "3.3.0",
"VERSION": "3.3.1",
"SERVE_INCLUDE_SCHEMA": False,
# OAuth2
"OAUTH2_FLOWS": ["clientCredentials"],
Expand Down

0 comments on commit 34675f5

Please sign in to comment.