summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2014-03-01 15:32:52 +0000
committerJelmer Vernooij <jelmer@samba.org>2014-03-01 15:33:45 +0000
commitf1f287226fa10c3c3aee62cb0d8d1d433d1bbcd0 (patch)
treed04b3aa7ff8f5f1595455c17e9b613995df9a98a
parent30def381a07cc4d19dab5f9fe7ea46be44b4d624 (diff)
downloadpython-fastimport-git-f1f287226fa10c3c3aee62cb0d8d1d433d1bbcd0.tar.gz
Release 0.9.3.fastimport-0.9.3
-rw-r--r--MANIFEST.in1
-rw-r--r--NEWS2
-rwxr-xr-xsetup.py2
3 files changed, 3 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 82dfe10..8afa53b 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,3 +1,4 @@
+AUTHORS
NEWS
COPYING
README.md
diff --git a/NEWS b/NEWS
index 9c5466d..9bb827a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-0.9.3 UNRELEASED
+0.9.3 2014-03-01
* Remove unused and untested helper single_plural,
invert_dict, invert_dictset, defines_to_dict and
diff --git a/setup.py b/setup.py
index b5ade62..d097eb0 100755
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
from distutils.core import setup
-version = "0.9.3dev"
+version = "0.9.3"
setup(name="fastimport",
description="VCS fastimport/fastexport parser",