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

Commit af1e724

Browse files
committed
release v0.0.14
1 parent d8a67d3 commit af1e724

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
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.0.13
4+
Release 0.0.14
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

conda/python2/paperspace/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "paperspace" %}
2-
{% set version = "0.0.11" %}
2+
{% set version = "0.0.14" %}
33
{% set file_ext = "tar.gz" %}
44
{% set hash_type = "sha256" %}
55
{% set hash_value = "eaee7d09abdc1ee7b575250f5d127f1f874a2fa456ebb7c6ddee4a366356297c" %}

conda/python3/paperspace/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "paperspace" %}
2-
{% set version = "0.0.11" %}
2+
{% set version = "0.0.14" %}
33
{% set file_ext = "tar.gz" %}
44
{% set hash_type = "sha256" %}
55
{% set hash_value = "eaee7d09abdc1ee7b575250f5d127f1f874a2fa456ebb7c6ddee4a366356297c" %}

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 v0.0.14
4+
5+
#### New features
6+
* Allow user to select preemptible machine types
7+
8+
#### Fixes
9+
* Fix package.egg-info issue affecting Windows users downloading paperspace from PyPI
10+
311
## Release Notes for v0.0.13
412

513
#### New features

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setup(
1616
name='paperspace',
17-
version='0.0.13',
17+
version='0.0.14',
1818
description='Paperspace Python',
1919
long_description=long_description,
2020
url='https://github.com/paperspace/paperspace-python',

0 commit comments

Comments
 (0)