summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2011-08-22 18:50:02 +0200
committerJelmer Vernooij <jelmer@samba.org>2011-08-22 18:50:02 +0200
commitb0cafc976d6ea2830adb8ee99bb2882ace50319c (patch)
treee45cc692f43e030ca1368eff634c9fedc47f3514
parent4b703d70637d6fdd84dacdc2408137de782f6be5 (diff)
downloadbzr-fastimport-b0cafc976d6ea2830adb8ee99bb2882ace50319c.tar.gz
Release 0.11.0.release-0.11.0
-rw-r--r--NEWS2
-rw-r--r--info.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 31a5045..463046a 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ bzr-fastimport Release Notes
.. contents::
-0.11 UNRELEASED
+0.11 2011-08-22
Bug fixes
---------
diff --git a/info.py b/info.py
index fe988c6..3a4b4cc 100644
--- a/info.py
+++ b/info.py
@@ -16,6 +16,6 @@ bzr_commands = [
"fast-export-from-svn",
]
-bzr_plugin_version = (0, 11, 0, 'dev', 0)
+bzr_plugin_version = (0, 11, 0, 'final', 0)
bzr_minimum_version = (2, 0, 0)
bzr_maximum_version = None