summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2015-04-08 15:14:37 +0200
committerSebastian Thiel <byronimo@gmail.com>2015-04-08 15:14:37 +0200
commit3470e269bcdc9091d0c5e25e7c09ce175c7cee77 (patch)
tree163d5ad67fedd011c7a424217d3099a12a98d454
parent545ac2574cfb75b02e407e814e10f76bc485926d (diff)
downloadgitpython-0.3.7.tar.gz
fix(version-up): v0.3.70.3.7
* milestone URL: http://goo.gl/HFaeZ4
-rw-r--r--VERSION2
-rw-r--r--doc/source/changes.rst3
2 files changed, 4 insertions, 1 deletions
diff --git a/VERSION b/VERSION
index 449d7e73..0f826853 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.3.6
+0.3.7
diff --git a/doc/source/changes.rst b/doc/source/changes.rst
index 99b578bd..d9f44a86 100644
--- a/doc/source/changes.rst
+++ b/doc/source/changes.rst
@@ -16,6 +16,9 @@ Changelog
obvious by throwing `GitCommandNotFound`, both on unix and on windows.
- Those who support **GUI on windows** will now have to set `git.Git.USE_SHELL = True` to get the previous behaviour.
+
+* A list of all issues can be found `on github <https://github.com/gitpython-developers/GitPython/issues?q=milestone%3A%22v0.3.7+-+Fixes%22+is%3Aclosed>`_
+
0.3.6 - Features
================