summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2016-10-22 16:03:48 +0200
committerSebastian Thiel <byronimo@gmail.com>2016-10-22 16:03:48 +0200
commit8c3a6889b654892b3636212b880fa50df0358679 (patch)
tree4a8eef4d0738561fb02493ee2e8ff3a0c7e030b6
parent4754fa194360b4648a26b93cdff60d7906eb7f7d (diff)
downloadgitpython-8c3a6889b654892b3636212b880fa50df0358679.tar.gz
chore(version-up): v2.1.02.1.0
Vastly improved windows support and a few bugfixes.
-rw-r--r--VERSION2
-rw-r--r--doc/source/changes.rst18
m---------git/ext/gitdb0
3 files changed, 19 insertions, 1 deletions
diff --git a/VERSION b/VERSION
index 64101fbc..7ec1d6db 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.0.10dev0
+2.1.0
diff --git a/doc/source/changes.rst b/doc/source/changes.rst
index 657e1ad7..f55c0e5c 100644
--- a/doc/source/changes.rst
+++ b/doc/source/changes.rst
@@ -2,6 +2,24 @@
Changelog
=========
+2.1.0 - Much better windows support!
+====================================
+
+Special thanks to @ankostis, who made this release possible (nearly) single-handedly.
+GitPython is run by its users, and their PRs make all the difference, they keep
+GitPython relevant. Thank you all so much for contributing !
+
+Notable fixes
+-------------
+
+* The `GIT_DIR` environment variable does not override the `path` argument when
+ initializing a `Repo` object anymore. However, if said `path` unset, `GIT_DIR`
+ will be used to fill the void.
+
+All issues and PRs can be viewed in all detail when following this URL:
+https://github.com/gitpython-developers/GitPython/issues?q=is%3Aclosed+milestone%3A%22v2.1.0+-+proper+windows+support%22
+
+
2.0.9 - Bugfixes
=============================
diff --git a/git/ext/gitdb b/git/ext/gitdb
-Subproject 97035c64f429c229629c25becc54ae44dd95e49
+Subproject 38866bc7c4956170c681a62c4508f934ac82646