Skip to content

Commit

Permalink
Bump GitPython version to fix a crash for gitdb.utils.compat
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Dec 24, 2020
1 parent 6f22715 commit 67e936a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ Changelog
This file contains a brief summary of new features and dependency changes or
releases, in reverse chronological order.

v0.0.5
------

Packaging changes
~~~~~~~~~~~~~~~~~

* Bump GitPython version to fix a crash for users with ``gitpython>=3.0.0, <3.0.6``.
For more see: https://github.com/gitpython-developers/GitPython/issues/983

v0.0.4
------

Expand All @@ -18,6 +27,9 @@ Packaging changes
v0.0.3
------

New features
~~~~~~~~~~~~

* Add ability to use ``GHS_DIR`` as a sync base directory.
* Add ability to omit target directory and use current working directory.
* Add ability to fetch objects and refs from an existent repository.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.4
0.0.5
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
requests==2.23.0
gitpython==3.0.0
gitpython==3.0.6
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
python_requires='>=3.6, <4',
install_requires=[
'requests>=2.23.0',
'gitpython>=3.0.0',
'gitpython>=3.0.6',
],

classifiers=[
Expand Down

0 comments on commit 67e936a

Please sign in to comment.