Skip to content

Commit

Permalink
Update CHANGES.rst and RELEASE.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
richford committed Nov 17, 2021
1 parent 3e8074c commit 8b4b3ad
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v0.5.2 (November 17, 2021)
==========================
* ENH: Allow user to set number of GPUs for each job (#295)
* Use boto3 to get valid ec2 instance types (#284)
* Allow longer names for knots and fail earlier if they are too long (#282)

v0.5.1 (March 27, 2021)
=======================
* ENH: Add nocache option to DockerImage.build() (#278)
Expand Down
12 changes: 5 additions & 7 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
v0.5.1 (March 27, 2021)
=======================
* ENH: Add nocache option to DockerImage.build() (#278)
* ENH: Add option to remove version pinning from pip requirements file (#277)
* FIX: Use default pickle protocol even for cloudpickle (#273)
* ENH: Add --ignore-installed option to ck.DockerImage (#275)
* ENH: Remove six (#274)
v0.5.2 (November 17, 2021)
==========================
* ENH: Allow user to set number of GPUs for each job (#295)
* Use boto3 to get valid ec2 instance types (#284)
* Allow longer names for knots and fail earlier if they are too long (#282)

0 comments on commit 8b4b3ad

Please sign in to comment.