File tree 4 files changed +15
-3
lines changed
4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ Changelog
4
4
This file contains a brief summary of new features and dependency changes or
5
5
releases, in reverse chronological order.
6
6
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
+
7
16
v0.0.4
8
17
------
9
18
@@ -18,6 +27,9 @@ Packaging changes
18
27
v0.0.3
19
28
------
20
29
30
+ New features
31
+ ~~~~~~~~~~~~
32
+
21
33
* Add ability to use ``GHS_DIR `` as a sync base directory.
22
34
* Add ability to omit target directory and use current working directory.
23
35
* Add ability to fetch objects and refs from an existent repository.
Original file line number Diff line number Diff line change 1
- 0.0.4
1
+ 0.0.5
Original file line number Diff line number Diff line change 1
1
requests == 2.23.0
2
- gitpython == 3.0.0
2
+ gitpython == 3.0.6
Original file line number Diff line number Diff line change 46
46
python_requires = '>=3.6, <4' ,
47
47
install_requires = [
48
48
'requests>=2.23.0' ,
49
- 'gitpython>=3.0.0 ' ,
49
+ 'gitpython>=3.0.6 ' ,
50
50
],
51
51
52
52
classifiers = [
You can’t perform that action at this time.
0 commit comments