Skip to content

Commit 4859b39

Browse files
authored
Merge pull request #12963 from DefectDojo/master-into-bugfix/2.49.1-2.50.0-dev
Release: Merge back 2.49.1 into bugfix from: master-into-bugfix/2.49.1-2.50.0-dev
2 parents 9afb415 + 500b482 commit 4859b39

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/config/_default/params.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ mainSections = ["docs"]
129129
[seo.schemas]
130130
type = "Organization" # Organization (default) or Person
131131
logo = "favicon-512x512.png" # Logo of Organization — favicon-512x512.png (default)
132-
name = "Thulite" # Name of Organization or Person
132+
name = "DefectDojo" # Name of Organization or Person
133133
sameAs = [] # E.g. ["https://github.com/thuliteio/thulite", "https://fosstodon.org/@thulite"]
134134
images = ["cover.png"] # ["cover.png"] (default)
135135
article = [] # Article sections

dojo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
# Django starts so that shared_task will use this app.
55
from .celery import app as celery_app # noqa: F401
66

7-
__version__ = "2.49.0"
7+
__version__ = "2.49.1"
88
__url__ = "https://github.com/DefectDojo/django-DefectDojo"
99
__docs__ = "https://documentation.defectdojo.com"

helm/defectdojo/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: "2.50.0-dev"
33
description: A Helm chart for Kubernetes to install DefectDojo
44
name: defectdojo
5-
version: 1.6.202-dev
5+
version: 1.6.203-dev
66
icon: https://www.defectdojo.org/img/favicon.ico
77
maintainers:
88
- name: madchap

0 commit comments

Comments
 (0)