From 2568622c19debd80d61b3b2ded91df3fbf537744 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jelmer=20Vernoo=C4=B3?= Date: Sun, 6 Jul 2014 01:49:17 +0200 Subject: Release 0.9.4. --- NEWS | 5 ++++- setup.py | 2 +- 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", -- cgit v1.2.1