diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2010-11-21 21:47:10 +0100 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2010-11-21 21:47:10 +0100 |
commit | 6befb28efd86556e45bb0b213bcfbfa866cac379 (patch) | |
tree | 8664414605c3b8f5176c144c18e5f4b9d0715852 | |
parent | 9ca0f897376e765989e92e44628228514f431458 (diff) | |
download | gitpython-6befb28efd86556e45bb0b213bcfbfa866cac379.tar.gz |
updated changelog
-rw-r--r-- | doc/source/changes.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst index ae51c9d9..563fb46b 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -2,6 +2,12 @@ Changelog ========= +0.3.2 Beta 1 +============ +* Flattened directory structure to make development more convenient. + + * .. note:: This alters the way projects using git-python as a submodule have to adjust their sys.path to be able to import git-python successfully. + 0.3.1 Beta 1 ============ * Full Submodule-Support |