We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent607df88 commit2810e8dCopy full SHA for 2810e8d
doc/source/changes.rst
@@ -115,6 +115,20 @@ https://github.com/gitpython-developers/gitpython/milestone/27?closed=1
115
or run have a look at the difference between tags v2.1.12 and v3.0.0:
116
https://github.com/gitpython-developers/GitPython/compare/2.1.12...3.0.0.
117
118
+2.1.15
119
+======
120
+
121
+* Fixed GitDB (gitdb2) requirement version specifier formatting in requirements.txt
122
+ (Backported from `#979<https://github.com/gitpython-developers/GitPython/pull/979>`_)
123
+* Restricted GitDB (gitdb2) version requirement to < 3
124
+ (`#897<https://github.com/gitpython-developers/GitPython/issues/897>`_)
125
126
+2.1.14
127
128
129
+* Fixed handling of 0 when transforming kwargs into Git command arguments
130
+ (Backported from `#899<https://github.com/gitpython-developers/GitPython/pull/899>`_)
131
132
2.1.13 - Bring back Python 2.7 support
133
======================================
134