1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

publish: 5.8.7

This commit is contained in:
Steffo 2020-05-10 01:28:48 +02:00
parent ece79ffa21
commit 5bc2c958d5
Signed by: steffo
GPG key ID: 896A80F55F7C97F0
3 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@
[tool.poetry]
name = "royalnet"
version = "5.8.6"
version = "5.8.7"
description = "A multipurpose bot and web framework"
authors = ["Stefano Pigozzi <ste.pigozzi@gmail.com>"]
license = "AGPL-3.0+"

View file

@ -50,7 +50,7 @@ class DocsStar(PageStar):
<div id="docs"/>
<script>
const ui = SwaggerUIBundle({{
spec: JSON.parse(r`{spec}`),
spec: JSON.parse(String.raw`{spec}`),
dom_id: '#docs',
presets: [
SwaggerUIBundle.presets.apis,

View file

@ -1 +1 @@
semantic = "5.8.6"
semantic = "5.8.7"