summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2014-07-06 01:49:17 +0200
committerJelmer Vernooij <jelmer@samba.org>2014-07-06 01:49:17 +0200
commit2568622c19debd80d61b3b2ded91df3fbf537744 (patch)
tree217b7f8d793ad4d3c187e5ab043c20329c636b0a
parent6b9fd63246838e66ff0bd4e89d8b93734bbf8f69 (diff)
downloadpython-fastimport-git-2568622c19debd80d61b3b2ded91df3fbf537744.tar.gz
Release 0.9.4.fastimport-0.9.4
-rw-r--r--NEWS5
-rwxr-xr-xsetup.py2
2 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 42d8ff4..c3620f8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,7 @@
-0.9.4 UNRELEASED
+0.9.4 2014-07-04
+
+ * Get handlers from class object using getattr() for possible inheritance
+ (Cécile Tonglet)
* Fix 'check-pypy' by removing use of nonexistant target. (masklinn)
diff --git a/setup.py b/setup.py
index 61736f3..366aa1d 100755
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
from distutils.core import setup
-version = "0.9.4dev"
+version = "0.9.4"
setup(name="fastimport",
description="VCS fastimport/fastexport parser",