Skip to content

Commit 235cc3d

Browse files
authored
Merge pull request #63 from totem/develop
0.5.2 Release
2 parents 425638f + f6cad17 commit 235cc3d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

orchestrator/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from celery.signals import setup_logging
33
import orchestrator.logger
44

5-
__version__ = '0.5.1'
5+
__version__ = '0.5.2'
66
__author__ = 'sukrit'
77

88
orchestrator.logger.init_logging()

schemas/github-hook-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"owner": {
3939
"type": "object",
40-
"oneOf": [
40+
"anyOf": [
4141
{
4242
"properties": {
4343
"name": {
@@ -61,4 +61,4 @@
6161
]
6262
}
6363
}
64-
}
64+
}

0 commit comments

Comments
 (0)