From 560cebcd8030131b9bcd6f973011a800fc9215b0 Mon Sep 17 00:00:00 2001 From: Matthew Taylor Date: Tue, 18 Aug 2015 18:46:12 -0700 Subject: [PATCH] Release 0.2.8. --- CHANGELOG.md | 4 ++++ README.md | 4 ++-- VERSION | 2 +- docs/Doxyfile | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 460a995694..40828bdf74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.2.8 + +* Updated to correct pypi license string. + ## 0.2.7 * Changed all copyright headers on all files to AGPL. diff --git a/README.md b/README.md index ab11a9ebd9..eefe7c58fe 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The Numenta Platform for Intelligent Computing (**NuPIC**) is a machine intellig For more information, see [numenta.org](http://numenta.org) or the [NuPIC wiki](https://github.com/numenta/nupic/wiki). -## Installing NuPIC 0.2.7 +## Installing NuPIC 0.2.8 NuPIC binaries are available for: @@ -29,7 +29,7 @@ NuPIC binaries are available for: > The Linux wheel file is hosted on AWS S3 instead of on the standard PyPi servers because [Linux wheels are not allowed to be uploaded to pypi](https://bitbucket.org/pypa/pypi-metadata-formats/issue/15/enhance-the-platform-tag-definition-for) yet. - pip install https://s3-us-west-2.amazonaws.com/artifacts.numenta.org/numenta/nupic/releases/nupic-0.2.7-cp27-none-linux_x86_64.whl + pip install https://s3-us-west-2.amazonaws.com/artifacts.numenta.org/numenta/nupic/releases/nupic-0.2.8-cp27-none-linux_x86_64.whl ### _Having problems?_ diff --git a/VERSION b/VERSION index 13833760c1..a45be46276 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.8.dev0 +0.2.8 diff --git a/docs/Doxyfile b/docs/Doxyfile index e602e85ab9..a0b1b1bcca 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = NuPIC # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 0.2.8.dev0 +PROJECT_NUMBER = 0.2.8 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a