diff options
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/changes.rst | 10 | ||||
| -rw-r--r-- | doc/source/intro.rst | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst index c1e65195..4238e5f5 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -2,6 +2,16 @@ Changelog ========= +0.3.2.1 +======= +* `Fix for #207 <https://github.com/gitpython-developers/GitPython/issues/207>`_ + +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 diff --git a/doc/source/intro.rst b/doc/source/intro.rst index 520cf159..8dac2804 100644 --- a/doc/source/intro.rst +++ b/doc/source/intro.rst @@ -47,7 +47,7 @@ here: * `setuptools`_ * `install setuptools <http://peak.telecommunity.com/DevCenter/EasyInstall#installation-instructions>`_ -* `pypi <http://pypi.python.org/pypi/SQLAlchemy>`_ +* `pypi <https://pypi.python.org/pypi/GitPython>`_ .. _setuptools: http://peak.telecommunity.com/DevCenter/setuptools |
