File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11GitPython was originally written by Michael Trier.
2+ GitPython 0.2 was partially (re)written by Sebastian Thiel, based on 0.1.6 and git-dulwich.
23
34Contributors are:
45
@@ -10,5 +11,6 @@ Contributors are:
1011-Steve Frécinaux <code _at_ istique.net>
1112-Kai Lautaportti <kai _at_ lautaportti.fi>
1213-Paul Sowden <paul _at_ idontsmoke.co.uk>
14+ -Sebastian Thiel <byronimo _at_ gmail.com>
1315
1416Portions derived from other open source works and are clearly marked.
Original file line number Diff line number Diff line change 5151 - its probably related to some fishy error lines:
5252 :0: (ERROR/3) Unexpected indentation.
5353 :0: (ERROR/3) Unexpected indentation.
54+ * Rewrite doc-strings to use default sphinx fields, such as :param x:
5455
5556Index
5657-----
Original file line number Diff line number Diff line change 1- 0.1.6
1+ 0.2.0-beta1
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ def _stamp_version(filename):
7171Tom Preston-Werner and Chris Wanstrath.
7272""" ,
7373 classifiers = [
74- "Development Status :: 3 - Alpha " ,
74+ "Development Status :: 4 - Beta " ,
7575 "Intended Audience :: Developers" ,
7676 "License :: OSI Approved :: BSD License" ,
7777 "Operating System :: OS Independent" ,
You can’t perform that action at this time.
0 commit comments