summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2011-03-08 11:23:11 +0100
committerJelmer Vernooij <jelmer@samba.org>2011-03-08 11:23:11 +0100
commitf81f22396d482b7d842940608b39b3cf8d3bce70 (patch)
tree33af43ecea62e9557967ae60d09af3e4d46104da
parentee0c6c2f29bbbafb09c790b1c0576c01c884e71b (diff)
downloadbzr-fastimport-f81f22396d482b7d842940608b39b3cf8d3bce70.tar.gz
Release 0.10.release-0.10.0
-rw-r--r--NEWS2
-rw-r--r--info.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 99adf23..5dd22eb 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ bzr-fastimport Release Notes
.. contents::
-0.10 UNRELEASED
+0.10 08-Mar-2011
Changes
-------
diff --git a/info.py b/info.py
index 9c581ff..8dc4a6b 100644
--- a/info.py
+++ b/info.py
@@ -16,6 +16,6 @@ bzr_commands = [
"fast-export-from-svn",
]
-bzr_plugin_version = (0, 10, 0, 'dev', 0)
+bzr_plugin_version = (0, 10, 0, 'final', 0)
bzr_minimum_version = (2, 0, 0)
bzr_maximum_version = None