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