summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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))