diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2010-07-09 11:18:06 +0200 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2010-07-09 12:13:18 +0200 |
| commit | 18152febd428e67b86bb4fb68ec1691d4de75a9c (patch) | |
| tree | 17a811fcdccdae1e8a53fa9780af7bd9bf81a2d5 /doc/source | |
| parent | ebf1ead5fb593bc559a96581b60f05165967d35d (diff) | |
| download | gitdb-18152febd428e67b86bb4fb68ec1691d4de75a9c.tar.gz | |
Bumped version to 0.5.1, added changelog to documentation
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/changes.rst | 12 | ||||
| -rw-r--r-- | doc/source/conf.py | 2 | ||||
| -rw-r--r-- | doc/source/index.rst | 1 |
3 files changed, 14 insertions, 1 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst new file mode 100644 index 0000000..84738ae --- /dev/null +++ b/doc/source/changes.rst @@ -0,0 +1,12 @@ +######### +Changelog +######### +***** +0.5.1 +***** +* Restored most basic python 2.4 compatibility, such that gitdb can be imported within python 2.4, pack access cannot work though. This at least allows Super-Projects to provide their own workarounds, or use everything but pack support. + +***** +0.5.0 +***** +Initial Release diff --git a/doc/source/conf.py b/doc/source/conf.py index 8e2585c..e10addb 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -47,7 +47,7 @@ copyright = u'2010, Sebastian Thiel' # The short X.Y version. version = '0.5' # The full version, including alpha/beta/rc tags. -release = '0.5.0' +release = '0.5.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/doc/source/index.rst b/doc/source/index.rst index 409c78e..d414cb2 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -14,6 +14,7 @@ Contents: intro tutorial api + changes Indices and tables ================== |
