summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--info.py2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 463046a..3f695e3 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,8 @@ bzr-fastimport Release Notes
.. contents::
+0.12 UNRELEASED
+
0.11 2011-08-22
Bug fixes
diff --git a/info.py b/info.py
index 3a4b4cc..07d2cf4 100644
--- a/info.py
+++ b/info.py
@@ -16,6 +16,6 @@ bzr_commands = [
"fast-export-from-svn",
]
-bzr_plugin_version = (0, 11, 0, 'final', 0)
+bzr_plugin_version = (0, 12, 0, 'dev', 0)
bzr_minimum_version = (2, 0, 0)
bzr_maximum_version = None