Skip to content
This repository was archived by the owner on Aug 11, 2020. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Paperspace Python
=================

Release 0.1.0
Release 0.2.0a0

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

Expand Down
2 changes: 1 addition & 1 deletion paperspace/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "0.1.0"
version = "0.2.0a0"
8 changes: 8 additions & 0 deletions releasenotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Paperspace Python Release Notes

# Release Notes for 0.2.0a
### New features
* partial support for managing jobs, models and projects
* filtering deployments list by project ID and model ID
* reading logs of experiments and jobs
### Fixes
* handling error response when listing experiments

## Release Notes for 0.1.0
### New features
* experiments and deployments management
Expand Down