From fcb74c52ee6c3bc63a7bc362bcb222a3bfb5bda6 Mon Sep 17 00:00:00 2001 From: Santiago Perez De Rosso Date: Fri, 6 Dec 2013 13:10:53 -0500 Subject: [PATCH] bug fixes + release 0.4.1 --- MANIFEST.in | 1 + RELEASE_NOTES.md | 9 ++++++++- setup.py | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..83fcc2c --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1 @@ +include README.md LICENSE.md diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 9b5f5bd..7ca2240 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,10 +1,17 @@ Gitpylib's Release Notes ======================== + +6th Dec 2013 - 0.4.1 +-------------------- + +* Bug fixes (in diff and PyPI setup). + + 23rd Nov 2013 - 0.4 ------------------- -* machine-friendly output of diff command. +* Machine-friendly output of diff command. (No notes for previous releases) diff --git a/setup.py b/setup.py index 665b5c3..b2f1d89 100755 --- a/setup.py +++ b/setup.py @@ -5,12 +5,12 @@ setup( name='gitpylib', - version='0.4', + version='0.4.1', description='A Python library for Git', long_description=open('README.md').read(), author='Santiago Perez De Rosso', author_email='sperezde@csail.mit.edu', - url='http://github.com/spderosso/gitpylib', + url='http://github.com/sdg-mit/gitpylib', packages=['gitpylib'], license='GPLv2', classifiers=(