[Python-modules-commits] [python-fastimport] 04/05: Release 0.9.6.

Jelmer Vernooij jelmer at moszumanska.debian.org
Tue Apr 19 23:46:31 UTC 2016


This is an automated email from the git hooks/post-receive script.

jelmer pushed a commit to branch upstream
in repository python-fastimport.

commit aa80a361f4ed5657dd036bf2b0c72191e6fab540
Author: Jelmer Vernooij <jelmer at jelmer.uk>
Date:   Tue Apr 19 23:35:02 2016 +0000

    Release 0.9.6.
---
 NEWS     | 2 +-
 setup.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index ebc4b74..bddc457 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-0.9.6	UNRELEASED
+0.9.6	2016-04-19
 
  * Add python3.4 support (Jelmer Vernooij)
 
diff --git a/setup.py b/setup.py
index 34e7404..8de81dc 100755
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 from distutils.core import setup
 
-version = "0.9.6dev"
+version = "0.9.6"
 
 setup(name="fastimport",
       description="VCS fastimport/fastexport parser",

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-fastimport.git



More information about the Python-modules-commits mailing list