summaryrefslogtreecommitdiff
path: root/info.py
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 /info.py
parentf81f22396d482b7d842940608b39b3cf8d3bce70 (diff)
downloadbzr-fastimport-06209066b90c096d45d84c3dde0f83a6af7e582b.tar.gz
Start on 0.11.
Diffstat (limited to 'info.py')
-rw-r--r--info.py2
1 files changed, 1 insertions, 1 deletions
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