summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2012-02-29 12:50:21 +0100
committerJelmer Vernooij <jelmer@samba.org>2012-02-29 12:50:21 +0100
commit71f5c081b539fad93fdc1b7e8b43d860a5508b48 (patch)
treeb20e87b55c0522b9e0479b6017e26b4145d22412
parent9cb7942d7429b185e6a80352ea015375eb203ca9 (diff)
downloadbzr-fastimport-71f5c081b539fad93fdc1b7e8b43d860a5508b48.tar.gz
Release 0.13.0.release-0.13.0
-rw-r--r--NEWS2
-rw-r--r--info.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index afc9861..b855bed 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ bzr-fastimport Release Notes
.. contents::
-0.13 UNRELEASED
+0.13 2012-02-29
Changes
-------
diff --git a/info.py b/info.py
index 3d5ee75..6eeed28 100644
--- a/info.py
+++ b/info.py
@@ -8,6 +8,6 @@ bzr_commands = [
"fast-export",
]
-bzr_plugin_version = (0, 13, 0, 'dev', 0)
+bzr_plugin_version = (0, 13, 0, 'final', 0)
bzr_minimum_version = (2, 0, 0)
bzr_maximum_version = None