51 lines
1.1 KiB
JSON
51 lines
1.1 KiB
JSON
{
|
|
"blocks": [
|
|
{
|
|
"type": "header",
|
|
"text": {
|
|
"type": "plain_text",
|
|
"text": ":tada: Jina $RELEASE_VER is just released on PyPi!",
|
|
"emoji": true
|
|
}
|
|
},
|
|
{
|
|
"type": "section",
|
|
"text": {
|
|
"type": "mrkdwn",
|
|
"text": "You can now use `pip install -U jina` to upgrade."
|
|
},
|
|
"accessory": {
|
|
"type": "image",
|
|
"image_url": "https://docs.jina.ai/_static/favicon.png",
|
|
"alt_text": "cute cat"
|
|
}
|
|
},
|
|
{
|
|
"type": "context",
|
|
"elements": [
|
|
{
|
|
"type": "mrkdwn",
|
|
"text": "<https://pypi.org/project/jina/|:package: Check out the PyPi release>"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "context",
|
|
"elements": [
|
|
{
|
|
"type": "mrkdwn",
|
|
"text": "<https://github.com/jina-ai/jina/blob/master/CHANGELOG.md|:notebook_with_decorative_cover: Read the change log>"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "context",
|
|
"elements": [
|
|
{
|
|
"type": "mrkdwn",
|
|
"text": "<https://get.jina.ai|:star: Give Jina a star>"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |