[Python-modules-commits] [subvertpy] 01/17: Start on 0.10.1.

Jelmer Vernooij jelmer at moszumanska.debian.org
Wed Jul 19 23:58:41 UTC 2017


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

jelmer pushed a commit to branch master
in repository subvertpy.

commit d3a0b00dd44903c860dd76fdc7ff2cddfb5a3586
Author: Jelmer Vernooij <jelmer at jelmer.uk>
Date:   Mon Jul 17 23:36:55 2017 +0000

    Start on 0.10.1.
---
 .gitignore            | 1 +
 MANIFEST.in           | 4 ++++
 NEWS                  | 8 +++++++-
 setup.py              | 2 +-
 subvertpy/__init__.py | 2 +-
 5 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index ba5dc5e..3e4ab41 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
 build
 _trial_temp
 dist
+sdist
 MANIFEST
 .coverage
 tags
diff --git a/MANIFEST.in b/MANIFEST.in
index 2a90e9c..d7fcd21 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -3,3 +3,7 @@ include subvertpy/*.c
 include subvertpy/*.h 
 include AUTHORS COPYING INSTALL NEWS TODO
 include examples/*.py
+include README.md
+include Makefile
+include subvertpy.cfg
+include man/*.1
diff --git a/NEWS b/NEWS
index 19cffb5..90cb7a9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,10 @@
-0.10.0	UNRELEASED
+0.10.1	UNRELEASED
+
+ BUG FIXES
+
+  * Bundle Makefile and subvertpy.cfg.
+
+0.10.0	2017-07-17
 
   CHANGES
 
diff --git a/setup.py b/setup.py
index 06540dd..44b9ec9 100755
--- a/setup.py
+++ b/setup.py
@@ -412,7 +412,7 @@ def subvertpy_modules():
         ]
 
 
-subvertpy_version = (0, 10, 0)
+subvertpy_version = (0, 10, 1)
 subvertpy_version_string = ".".join(map(str, subvertpy_version))
 
 
diff --git a/subvertpy/__init__.py b/subvertpy/__init__.py
index 592fb2e..6b0762d 100644
--- a/subvertpy/__init__.py
+++ b/subvertpy/__init__.py
@@ -17,7 +17,7 @@
 """Python bindings for Subversion."""
 
 __author__ = "Jelmer Vernooij <jelmer at jelmer.uk>"
-__version__ = (0, 10, 0)
+__version__ = (0, 10, 1)
 
 NODE_DIR = 2
 NODE_FILE = 1

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



More information about the Python-modules-commits mailing list