diff --git a/CHANGELOG.md b/CHANGELOG.md index 7182de9..297cbe5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## 0.5.1 + +- Added support for Anaconda 2.2.0 with Python 3 + - Courtesy: https://github.com/nareynolds +- Minor cleanup: remove unused file + ## 0.5.0 - Upgraded to Anaconda 2.2.0 from 2.0.1 diff --git a/bootstrap.sh b/bootstrap.sh deleted file mode 100755 index 50af792..0000000 --- a/bootstrap.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env bash - -# TODO the shell provisioner is super new and nearly undocumented, so doing nothing here for now -#touch /tmp/helloworld diff --git a/metadata.rb b/metadata.rb index ac5e4ac..7777a41 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license 'MIT' description 'Installs/Configures anaconda' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '0.5.0' +version '0.5.1' supports 'ubuntu', '= 12.04' supports 'ubuntu', '= 13.04'