Skip to content

Commit 5704d71

Browse files
committed
Publish v2.11.1
1 parent 82c4b07 commit 5704d71

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Slack](https://img.shields.io/badge/Slack-1.5k%20members-blue.svg?style=flat&logo=slack&longCache=true)](https://polyaxon.com/slack/)
44

55
[![Docs](https://img.shields.io/badge/docs-stable-brightgreen.svg?style=flat&longCache=true)](https://polyaxon.com/docs/)
6-
[![Release](https://img.shields.io/badge/release-v2.11.0-brightgreen.svg?longCache=true)](https://polyaxon.com/docs/releases/2-8/)
6+
[![Release](https://img.shields.io/badge/release-v2.11.1-brightgreen.svg?longCache=true)](https://polyaxon.com/docs/releases/2-8/)
77
[![GitHub](https://img.shields.io/badge/issue_tracker-github-blue?style=flat&logo=github&longCache=true)](https://github.com/polyaxon/polyaxon/issues)
88
[![GitHub](https://img.shields.io/badge/roadmap-github-blue?style=flat&logo=github&longCache=true)](https://github.com/orgs/polyaxon/projects/5)
99

cli/polyaxon/_sdk/schemas/v1_connection_response.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
class V1ConnectionResponse(BaseAllowSchemaModel):
1212
uuid: Optional[UUIDStr] = None
1313
name: Optional[StrictStr] = None
14+
user: Optional[StrictStr] = None
1415
agent: Optional[StrictStr] = None
1516
description: Optional[StrictStr] = None
1617
tags: Optional[List[StrictStr]] = None

cli/polyaxon/pkg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NAME = "polyaxon"
2-
VERSION = "2.11.0"
2+
VERSION = "2.11.1"
33
SCHEMA_VERSION = 1.1
44
DESC = "Command Line Interface (CLI) and client to interact with Polyaxon API."
55
URL = "https://github.com/polyaxon/polyaxon"

0 commit comments

Comments
 (0)