summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2012-02-10 20:15:31 +0100
committerJelmer Vernooij <jelmer@samba.org>2012-02-10 20:15:31 +0100
commit0cb940c0cf261aa4669977b9c98709f9f6bfc582 (patch)
tree729166ce1810bd3928d0d5e560ca1042a87c5a1f
parent6384545adc6b1c4ddb5e24a8f4773244ba3a3068 (diff)
downloadbzr-fastimport-0cb940c0cf261aa4669977b9c98709f9f6bfc582.tar.gz
Release 0.12.0.release-0.12.0
-rw-r--r--NEWS2
-rw-r--r--info.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 2e703a9..70411f9 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ bzr-fastimport Release Notes
.. contents::
-0.12 UNRELEASED
+0.12 2012-02-09
Bug fixes
---------
diff --git a/info.py b/info.py
index d2a930f..92ac82e 100644
--- a/info.py
+++ b/info.py
@@ -15,6 +15,6 @@ bzr_commands = [
"fast-export-from-svn",
]
-bzr_plugin_version = (0, 12, 0, 'dev', 0)
+bzr_plugin_version = (0, 12, 0, 'final', 0)
bzr_minimum_version = (2, 0, 0)
bzr_maximum_version = None