File tree 4 files changed +5
-2
lines changed
4 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
GitPython 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.
2
3
3
4
Contributors are:
4
5
@@ -10,5 +11,6 @@ Contributors are:
10
11
-Steve Frécinaux <code _at_ istique.net>
11
12
-Kai Lautaportti <kai _at_ lautaportti.fi>
12
13
-Paul Sowden <paul _at_ idontsmoke.co.uk>
14
+ -Sebastian Thiel <byronimo _at_ gmail.com>
13
15
14
16
Portions derived from other open source works and are clearly marked.
Original file line number Diff line number Diff line change 51
51
- its probably related to some fishy error lines:
52
52
:0: (ERROR/3) Unexpected indentation.
53
53
:0: (ERROR/3) Unexpected indentation.
54
+ * Rewrite doc-strings to use default sphinx fields, such as :param x:
54
55
55
56
Index
56
57
-----
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):
71
71
Tom Preston-Werner and Chris Wanstrath.
72
72
""" ,
73
73
classifiers = [
74
- "Development Status :: 3 - Alpha " ,
74
+ "Development Status :: 4 - Beta " ,
75
75
"Intended Audience :: Developers" ,
76
76
"License :: OSI Approved :: BSD License" ,
77
77
"Operating System :: OS Independent" ,
You can’t perform that action at this time.
0 commit comments