Skip to content

Commit 41b8199

Browse files
committed
Bump version to v2.8.1-rc0
1 parent ce02348 commit 41b8199

3 files changed

Lines changed: 3 additions & 3 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.8.0-brightgreen.svg?longCache=true)](https://polyaxon.com/docs/releases/2-8/)
6+
[![Release](https://img.shields.io/badge/release-v2.8.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/_schemas/types/artifacts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class V1ArtifactsType(BaseTypeConfig):
4444
>>> some-file-names: {value: {files: ["file1", "/path/to/file2"]}}
4545
>>> custom-file-paths: {value: {files: [["file1", "to/this/path/file1"], "/path/to/file2"]}}
4646
>>> tensorboard-log-dir: {value: {dirs: ["/tensorboard-logs"]}, connection: "foo", toInit: True}
47-
>>> dataset1: {value: {value: {dirs: ["/"]}, connection: "s3-dataset", init: True}
47+
>>> dataset1: {value: {value: {dirs: ["/"]}, connection: "s3-dataset", toInit: True}
4848
```
4949
5050
The first param will be just a list of files definition that

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.8.0"
2+
VERSION = "2.8.1-rc0"
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)