summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkennyballou <kballou@onyx.boisestate.edu>2013-10-21 17:30:34 -0600
committerkennyballou <kballou@onyx.boisestate.edu>2013-10-21 17:30:34 -0600
commit2eef4caeb973c9890545f54d586af3933597c521 (patch)
tree6f677aac3f66a82db87af65c0cc2afd21ed22d7d
parentfa76b20ddb7e9753fdd5668e63a633b9f9570433 (diff)
downloadxnt-2eef4caeb973c9890545f54d586af3933597c521.tar.gz
xnt-2eef4caeb973c9890545f54d586af3933597c521.tar.xz
Move version / Add release notes
-rw-r--r--README.rst11
-rw-r--r--xnt/version.py2
2 files changed, 12 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>.
-__version_info__ = (0, 6, 2)
+__version_info__ = (0, 6, 3)
__version__ = '.'.join(list(str(i) for i in __version_info__ if True))