diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2014-11-14 15:52:17 +0100 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2014-11-14 15:52:34 +0100 |
commit | c5452aa820c0f5c2454642587ff6a3bd6d96eaa1 (patch) | |
tree | 6fa7bb77459dbb368a72361f237ca18118d0e2a9 /doc/source/changes.rst | |
parent | d3e5d9cda8eae5b0f19ac25efada6d0b3b9e04e5 (diff) | |
download | gitpython-0.3.2.tar.gz |
Prepared release 0.3.20.3.2
It represents the latest state on github, which should be better than
what's installed by default.
[skip ci]
Diffstat (limited to 'doc/source/changes.rst')
-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 c1e65195..927f326c 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -2,6 +2,12 @@ Changelog ========= +0.3.2 +===== + +* Release of most recent version as non-RC build, just to allow pip to install the latest version right away. +* Have a look at the milestones (https://github.com/gitpython-developers/GitPython/milestones) to see what's next. + 0.3.2 RC1 ========= * **git** command wrapper |