summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2011-03-08 11:27:15 +0100
committerJelmer Vernooij <jelmer@samba.org>2011-03-08 11:27:15 +0100
commit06209066b90c096d45d84c3dde0f83a6af7e582b (patch)
tree6b2dd06baab0bf5e615dc6fd884c5befbf75ee35
parentf81f22396d482b7d842940608b39b3cf8d3bce70 (diff)
downloadbzr-fastimport-06209066b90c096d45d84c3dde0f83a6af7e582b.tar.gz
Start on 0.11.
-rw-r--r--NEWS2
-rw-r--r--info.py2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5dd22eb..8b8ec51 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,8 @@ bzr-fastimport Release Notes
.. contents::
+0.11 UNRELEASED
+
0.10 08-Mar-2011
Changes
diff --git a/info.py b/info.py
index 8dc4a6b..fe988c6 100644
--- a/info.py
+++ b/info.py
@@ -16,6 +16,6 @@ bzr_commands = [
"fast-export-from-svn",
]
-bzr_plugin_version = (0, 10, 0, 'final', 0)
+bzr_plugin_version = (0, 11, 0, 'dev', 0)
bzr_minimum_version = (2, 0, 0)
bzr_maximum_version = None