summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index f0a3940..3646792 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-0.9.1 UNRELEASED
+0.9.1 2012-02-28
* Update FSF address in headers. (Dan Callaghan, #868800)
diff --git a/setup.py b/setup.py
index 4b1dd0a..16f9cae 100755
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
from distutils.core import setup
-version = "0.9.1dev"
+version = "0.9.1"
setup(name="fastimport",
description="VCS fastimport/fastexport parser",