Skip to content

Commit 67e936a

Browse files
committed
Bump GitPython version to fix a crash for gitdb.utils.compat
For more see: gitpython-developers/GitPython#983
1 parent 6f22715 commit 67e936a

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

Diff for: CHANGELOG.rst

+12
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ Changelog
44
This file contains a brief summary of new features and dependency changes or
55
releases, in reverse chronological order.
66

7+
v0.0.5
8+
------
9+
10+
Packaging changes
11+
~~~~~~~~~~~~~~~~~
12+
13+
* Bump GitPython version to fix a crash for users with ``gitpython>=3.0.0, <3.0.6``.
14+
For more see: https://github.com/gitpython-developers/GitPython/issues/983
15+
716
v0.0.4
817
------
918

@@ -18,6 +27,9 @@ Packaging changes
1827
v0.0.3
1928
------
2029

30+
New features
31+
~~~~~~~~~~~~
32+
2133
* Add ability to use ``GHS_DIR`` as a sync base directory.
2234
* Add ability to omit target directory and use current working directory.
2335
* Add ability to fetch objects and refs from an existent repository.

Diff for: VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.4
1+
0.0.5

Diff for: requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
requests==2.23.0
2-
gitpython==3.0.0
2+
gitpython==3.0.6

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
python_requires='>=3.6, <4',
4747
install_requires=[
4848
'requests>=2.23.0',
49-
'gitpython>=3.0.0',
49+
'gitpython>=3.0.6',
5050
],
5151

5252
classifiers=[

0 commit comments

Comments
 (0)