forked fromgitpython-developers/GitPython
- Notifications
You must be signed in to change notification settings - Fork0
Tags: jstacoder/GitPython
Tags
0.3.1-beta2
setup.py: fixed incorrect handling of toplevel package path - I must ……have been very confused when setting it up that way
0.3.1-beta1
Changed version to 0.3.1 (removed beta1) so that other projects can a……ctually depend on git-python using the setuptools. Previously it would claim the version did not exist, probably because the setuptools are just comparing strings
0.3.0-beta2
bumped verison to 0.3.0 beta2docs: added changelog, which moved from the CHANGES file into sphinx
0.3.0-beta1
setup.py: fixed requirement - its interesting to see that there are t……wo different keywords for distutils and setuptools, the latter one doesn't read the ones of the first one, unfortunately
0.2.0-beta1
diff: by limiting the splitcount to 5, a subtle bug was introduced as…… the newline at the end of the split line was not split away automatically. Added test for this, and the trivial fixWow, at least two people reviewd the code, but it slipped through anyway :)
PreviousNext