[Python-modules-commits] [dulwich] 10/14: RElease 0.14.1.
Jelmer Vernooij
jelmer at moszumanska.debian.org
Tue Jul 5 23:27:29 UTC 2016
This is an automated email from the git hooks/post-receive script.
jelmer pushed a commit to branch master
in repository dulwich.
commit 48a996edcf59be5fa8ffb59d722f3e4bdd45dab2
Author: Jelmer Vernooij <jelmer at jelmer.uk>
Date: Tue Jul 5 22:58:12 2016 +0000
RElease 0.14.1.
---
NEWS | 2 +-
dulwich/__init__.py | 2 +-
setup.py | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index bee65d0..6f31155 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-0.15.0 UNRELEASED
+0.14.1 2016-07-05
BUG FIXES
diff --git a/dulwich/__init__.py b/dulwich/__init__.py
index f2f32e0..defdda2 100644
--- a/dulwich/__init__.py
+++ b/dulwich/__init__.py
@@ -21,4 +21,4 @@
"""Python implementation of the Git file formats and protocols."""
-__version__ = (0, 15, 0)
+__version__ = (0, 14, 1)
diff --git a/setup.py b/setup.py
index 7d8deeb..f73c551 100755
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ except ImportError:
from distutils.core import setup, Extension
from distutils.core import Distribution
-dulwich_version_string = '0.15.0'
+dulwich_version_string = '0.14.1'
include_dirs = []
# Windows MSVC support
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/dulwich.git
More information about the Python-modules-commits
mailing list