tag:github.com,2008:https://github.com/binarymatt/GitPython/releases Tags from GitPython 2010-11-25T17:18:15Z tag:github.com,2008:Repository/1139733/0.3.1-beta2 2010-11-25T17:18:15Z 0.3.1-beta2 <p>-#######-&gt;WARNING&lt;-####### Directory structure changed, see commit me…</p> <p>…ssage</p> <p>If you use git-python as a submodule of your own project, which alters the sys.path to import it, <br />you will have to adjust your code to take the changed directory structure into consideration.</p> <p>Previously, you would put the path <br />./git-python/lib</p> <p>into your syspath. All modules moved one level up into the 'git' subdirectory, which means that the 'git-python' directory <br />now contains the 'git' root package. To allow git to be found, add ./git-python into your path.</p> <p>To finalize your update, run the following commands</p> <p>git submodule update --init --recursive</p> <p>As there will be left-over directories, consider running git-clean</p> Byron tag:github.com,2008:Repository/1139733/0.3.1-beta1 2010-11-21T21:26:01Z 0.3.1-beta1 <p>Changed version to 0.3.1 (removed beta1) so that other projects can a…</p> <p>…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</p> Byron tag:github.com,2008:Repository/1139733/0.3.0-beta2 2010-07-09T10:35:44Z 0.3.0-beta2: bumped verison to 0.3.0 beta2 <p>bumped verison to 0.3.0 beta2</p> <p>docs: added changelog, which moved from the CHANGES file into sphinx</p> Byron tag:github.com,2008:Repository/1139733/0.3.0-beta1 2010-07-08T09:49:21Z 0.3.0-beta1 <p>setup.py: fixed requirement - its interesting to see that there are t…</p> <p>…wo different keywords for distutils and setuptools, the latter one doesn't read the ones of the first one, unfortunately</p> Byron tag:github.com,2008:Repository/1139733/0.2.0-beta1 2010-05-25T18:11:43Z 0.2.0-beta1 <p>diff: by limiting the splitcount to 5, a subtle bug was introduced as…</p> <p>… the newline at the end of the split line was not split away automatically. Added test for this, and the trivial fix</p> <p>Wow, at least two people reviewd the code, but it slipped through anyway :)</p> Byron tag:github.com,2008:Repository/1139733/0.1.7 2010-03-20T15:45:58Z 0.1.7 empty tag:github.com,2008:Repository/1139733/0.1.6 2009-01-24T20:41:55Z 0.1.6 empty tag:github.com,2008:Repository/1139733/0.1.5 2008-12-15T18:44:44Z 0.1.5 empty tag:github.com,2008:Repository/1139733/0.1.4 2008-07-17T02:32:01Z 0.1.4 empty tag:github.com,2008:Repository/1139733/0.1.4-pre 2008-07-16T23:48:45Z 0.1.4-pre <p>Taggeg mainly for SRabbelier, so he can specify a tag to use for his …</p> <p>…users...</p> apollo13