summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2012-02-18 15:10:07 +0100
committerJelmer Vernooij <jelmer@samba.org>2012-02-18 15:10:07 +0100
commite5d8ce8831c45d50f7f778dde0753a48cb101c0b (patch)
treec01bf87cc708c3d1b3bb70fd1a7a9f0013193960
parent0cb940c0cf261aa4669977b9c98709f9f6bfc582 (diff)
downloadbzr-fastimport-e5d8ce8831c45d50f7f778dde0753a48cb101c0b.tar.gz
Start on 0.13.0.
-rw-r--r--NEWS2
-rw-r--r--info.py2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 70411f9..f8412e3 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,8 @@ bzr-fastimport Release Notes
.. contents::
+0.13 UNRELEASED
+
0.12 2012-02-09
Bug fixes
diff --git a/info.py b/info.py
index 92ac82e..0e630b6 100644
--- a/info.py
+++ b/info.py
@@ -15,6 +15,6 @@ bzr_commands = [
"fast-export-from-svn",
]
-bzr_plugin_version = (0, 12, 0, 'final', 0)
+bzr_plugin_version = (0, 13, 0, 'dev', 0)
bzr_minimum_version = (2, 0, 0)
bzr_maximum_version = None