Skip to content

Commit 82b8902

Browse files
committed
Used this release for a first beta of the 0.2 branch of development
TODO: Added info about doc improvements Authors: Added myself as Contributor, and noted the partial rewrite which happend in 0.2
1 parent 501bf60 commit 82b8902

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

AUTHORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
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.
23

34
Contributors 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

1416
Portions derived from other open source works and are clearly marked.

TODO

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Docs
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

5556
Index
5657
-----

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.6
1+
0.2.0-beta1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def _stamp_version(filename):
7171
Tom 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",

0 commit comments

Comments
 (0)