From 280840d21ff36774b01b53e52ae061bf206274ba Mon Sep 17 00:00:00 2001 From: Matthew Taylor Date: Tue, 30 Dec 2014 12:27:47 -0800 Subject: [PATCH] Release 0.0.21. --- CHANGELOG.md | 4 +++- VERSION | 2 +- docs/Doxyfile | 2 +- nupic/__init__.py | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2bd7f9e07..3acd0f521f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog -## 0.0.21-dev +## 0.0.21 + +* Trying release w/o pip, setuptools update ## 0.0.20 diff --git a/VERSION b/VERSION index 3a5ef8a806..236c7ad084 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.21-dev +0.0.21 diff --git a/docs/Doxyfile b/docs/Doxyfile index c812402af1..43ec52aa4a 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.0.21-dev +PROJECT_NUMBER = 0.0.21 # 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 diff --git a/nupic/__init__.py b/nupic/__init__.py index caf1c176b7..2f2b8da0d5 100644 --- a/nupic/__init__.py +++ b/nupic/__init__.py @@ -18,4 +18,4 @@ # # http://numenta.org/licenses/ # ---------------------------------------------------------------------- -__version__ = "0.0.21-dev" +__version__ = "0.0.21"