From 2eef4caeb973c9890545f54d586af3933597c521 Mon Sep 17 00:00:00 2001 From: kennyballou Date: Mon, 21 Oct 2013 17:30:34 -0600 Subject: Move version / Add release notes --- README.rst | 11 +++++++++++ xnt/version.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 1cae7eb..8533996 100644 --- a/README.rst +++ b/README.rst @@ -9,6 +9,17 @@ A wrapper build tool Release Notes ============= +0.6.3:2013-10-21 +---------------- + +* Add target run tracking + + * See issue#27 + +* Update dependencies + + * See issue#26 + 0.6.2:2013-06-26 ---------------- diff --git a/xnt/version.py b/xnt/version.py index cfc12e6..f2d4b96 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) +__version_info__ = (0, 6, 3) __version__ = '.'.join(list(str(i) for i in __version_info__ if True)) -- cgit v1.2.1