summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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