From 1e493ef9fb90a5b3cb238fdc5d765157b3c9e949 Mon Sep 17 00:00:00 2001 From: kennyballou Date: Thu, 27 Jun 2013 01:33:13 -0600 Subject: Add Date, Update Version --- README.rst | 4 ++-- xnt/version.py | 2 +- 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 . -__version_info__ = (0, 6, 2, 'dev') +__version_info__ = (0, 6, 2) __version__ = '.'.join(list(str(i) for i in __version_info__ if True)) -- cgit v1.2.1