[Python-modules-commits] [dulwich] 02/08: New upstream version 0.18.1
Jelmer Vernooij
jelmer at moszumanska.debian.org
Mon Jul 31 22:34:05 UTC 2017
This is an automated email from the git hooks/post-receive script.
jelmer pushed a commit to branch master
in repository dulwich.
commit a2a83e95609d53d8d548c908a6aa825422b34fa7
Author: Jelmer Vernooij <jelmer at jelmer.uk>
Date: Mon Jul 31 09:35:59 2017 +0000
New upstream version 0.18.1
---
NEWS | 7 +++++++
PKG-INFO | 2 +-
dulwich.egg-info/PKG-INFO | 2 +-
dulwich/__init__.py | 2 +-
dulwich/contrib/test_swift_smoke.py | 2 +-
setup.py | 2 +-
6 files changed, 12 insertions(+), 5 deletions(-)
diff --git a/NEWS b/NEWS
index 2247bda..fb5dea9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+0.18.1 2017-07-31
+
+ BUG FIXES
+
+ * Fix syntax error in dulwich.contrib.test_swift_smoke.
+ (Jelmer Vernooij)
+
0.18.0 2017-07-31
BUG FIXES
diff --git a/PKG-INFO b/PKG-INFO
index db0c926..ac7f7c5 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: dulwich
-Version: 0.18.0
+Version: 0.18.1
Summary: Python Git Library
Home-page: https://www.dulwich.io/
Author: UNKNOWN
diff --git a/dulwich.egg-info/PKG-INFO b/dulwich.egg-info/PKG-INFO
index db0c926..ac7f7c5 100644
--- a/dulwich.egg-info/PKG-INFO
+++ b/dulwich.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: dulwich
-Version: 0.18.0
+Version: 0.18.1
Summary: Python Git Library
Home-page: https://www.dulwich.io/
Author: UNKNOWN
diff --git a/dulwich/__init__.py b/dulwich/__init__.py
index 025dbec..99b14fa 100644
--- a/dulwich/__init__.py
+++ b/dulwich/__init__.py
@@ -22,4 +22,4 @@
"""Python implementation of the Git file formats and protocols."""
-__version__ = (0, 18, 0)
+__version__ = (0, 18, 1)
diff --git a/dulwich/contrib/test_swift_smoke.py b/dulwich/contrib/test_swift_smoke.py
index b996a25..71d29de 100644
--- a/dulwich/contrib/test_swift_smoke.py
+++ b/dulwich/contrib/test_swift_smoke.py
@@ -42,7 +42,7 @@ import gevent
from gevent import monkey
monkey.patch_all()
-from dulwich ( # noqa:E402
+from dulwich import ( # noqa:E402
server,
repo,
index,
diff --git a/setup.py b/setup.py
index 1c8100a..f1276fa 100755
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ from distutils.core import Distribution
import os
import sys
-dulwich_version_string = '0.18.0'
+dulwich_version_string = '0.18.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