summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2011-08-22 18:54:36 +0200
committerJelmer Vernooij <jelmer@samba.org>2011-08-22 18:54:36 +0200
commit0357a7b41187f5e283140168f4826703a1ab2885 (patch)
tree20bf0c6da9f1d40a38356a939f24fa60d933e2ff
parentb0cafc976d6ea2830adb8ee99bb2882ace50319c (diff)
downloadbzr-fastimport-0357a7b41187f5e283140168f4826703a1ab2885.tar.gz
Start on 0.12.0.
-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