diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2010-04-07 12:08:51 +0200 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2010-04-07 12:08:51 +0200 |
commit | 82b8902e033430000481eb355733cd7065342037 (patch) | |
tree | 65b680d237b019935b69d7cce76eece00e806e6d /setup.py | |
parent | 501bf602abea7d21c3dbb409b435976e92033145 (diff) | |
download | gitpython-82b8902e033430000481eb355733cd7065342037.tar.gz |
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
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,7 +71,7 @@ GitPython is a port of the grit library in Ruby created by Tom Preston-Werner and Chris Wanstrath. """, classifiers = [ - "Development Status :: 3 - Alpha", + "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", |