summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2012-02-29 12:52:40 +0100
committerJelmer Vernooij <jelmer@samba.org>2012-02-29 12:52:40 +0100
commite3ffb72b1c05bb2df4d8ab6542b3afd016dab88d (patch)
tree6e0252c011045a42ed9a0c4f62b67681c07b2a7f
parent71f5c081b539fad93fdc1b7e8b43d860a5508b48 (diff)
downloadbzr-fastimport-e3ffb72b1c05bb2df4d8ab6542b3afd016dab88d.tar.gz
Start on 0.14.0.
-rw-r--r--NEWS2
-rw-r--r--info.py2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b855bed..518f503 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,8 @@ bzr-fastimport Release Notes
.. contents::
+0.14 UNRELEASED
+
0.13 2012-02-29
Changes
diff --git a/info.py b/info.py
index 6eeed28..2c21449 100644
--- a/info.py
+++ b/info.py
@@ -8,6 +8,6 @@ bzr_commands = [
"fast-export",
]
-bzr_plugin_version = (0, 13, 0, 'final', 0)
+bzr_plugin_version = (0, 14, 0, 'dev', 0)
bzr_minimum_version = (2, 0, 0)
bzr_maximum_version = None