Skip to content
This repository was archived by the owner on Aug 11, 2020. It is now read-only.

Commit 314aa97

Browse files
committed
Release 0.2.0a0
1 parent f8dc1c2 commit 314aa97

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Paperspace Python
22
=================
33

4-
Release 0.1.0
4+
Release 0.2.0a0
55

66
See [releasenotes.md](https://github.com/Paperspace/paperspace-python/blob/master/releasenotes.md) for details on the current release, as well as release history.
77

paperspace/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "0.1.0"
1+
version = "0.2.0a0"

releasenotes.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Paperspace Python Release Notes
22

3+
# Release Notes for 0.2.0a
4+
### New features
5+
* partial support for managing jobs, models and projects
6+
* filtering deployments list by project ID and model ID
7+
* reading logs of experiments and jobs
8+
### Fixes
9+
* handling error response when listing experiments
10+
311
## Release Notes for 0.1.0
412
### New features
513
* experiments and deployments management

0 commit comments

Comments
 (0)