Skip to content

Commit

Permalink
Bump version to 0.0.3
Browse files Browse the repository at this point in the history
Co-authored-by: Chhavi Kankaria <[email protected]>
  • Loading branch information
Zander Mackie and chhhavi committed Apr 1, 2019
1 parent dce4c84 commit 9e3561e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
v0.0.3 Apr 01, 2019
====================

* Move runtime.txt logic into python-compat-cnb
(https://www.pivotaltracker.com/story/show/163886457)

* Add python 3.7.3, remove python 3.7.1
for stack(s) org.cloudfoundry.stacks.cflinuxfs3
(https://www.pivotaltracker.com/story/show/164884985)

* Add python 3.5.7, remove python 3.5.5
for stack(s) org.cloudfoundry.stacks.cflinuxfs2, org.cloudfoundry.stacks.cflinuxfs3
(https://www.pivotaltracker.com/story/show/164712763)

* Add python 3.4.10, remove python 3.4.8
for stack(s) org.cloudfoundry.stacks.cflinuxfs2, org.cloudfoundry.stacks.cflinuxfs3
(https://www.pivotaltracker.com/story/show/164712798)

v0.0.2 Mar 15, 2019
====================

Expand Down
2 changes: 1 addition & 1 deletion buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[buildpack]
id = "org.cloudfoundry.buildpacks.python"
name = "Python Buildpack"
version = "0.0.2"
version = "0.0.3"

[[metadata.dependencies]]
id = "python"
Expand Down

0 comments on commit 9e3561e

Please sign in to comment.