summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkennyballou <kballou@onyx.boisestate.edu>2013-06-27 01:33:13 -0600
committerkennyballou <kballou@onyx.boisestate.edu>2013-06-27 01:33:13 -0600
commit1e493ef9fb90a5b3cb238fdc5d765157b3c9e949 (patch)
treeb386e6bcd107e91ab5f258eefa76d0e707a8ae75
parentb85dfc860855dca9fc7ca0251ee241e19fc9cfd5 (diff)
downloadxnt-1e493ef9fb90a5b3cb238fdc5d765157b3c9e949.tar.gz
xnt-1e493ef9fb90a5b3cb238fdc5d765157b3c9e949.tar.xz
Add Date, Update Version
-rw-r--r--README.rst4
-rw-r--r--xnt/version.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index efc789c..aaca0ce 100644
--- a/README.rst
+++ b/README.rst
@@ -9,8 +9,8 @@ A wrapper build tool
Release Notes
=============
-0.6.2:soon
-----------
+0.6.2:2013-06-26
+----------------
* Add `nvcc` wrapper to `xnt.build.make`
diff --git a/xnt/version.py b/xnt/version.py
index e0c5eca..cfc12e6 100644
--- a/xnt/version.py
+++ b/xnt/version.py
@@ -17,5 +17,5 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-__version_info__ = (0, 6, 2, 'dev')
+__version_info__ = (0, 6, 2)
__version__ = '.'.join(list(str(i) for i in __version_info__ if True))