Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6b997cd

Browse files
v4.0.7
1 parent fc11a03 commit 6b997cd

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

‎doc/source/changes.rst‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog
33
#########
44

5+
*****
6+
4.0.7
7+
*****
8+
9+
* Updated upper bound for smmap requirement in setup.py
10+
(`#69 <https://github.com/gitpython-developers/gitdb/issues/69>`_)
11+
512
*****
613
4.0.6
714
*****

‎gitdb/__init__.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def _init_externals():
3030
__author__ = "Sebastian Thiel"
3131
__contact__ = "byronimo@gmail.com"
3232
__homepage__ = "https://github.com/gitpython-developers/gitdb"
33-
version_info = (4, 0, 6)
33+
version_info = (4, 0, 7)
3434
__version__ = '.'.join(str(i) for i in version_info)
3535

3636

‎setup.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
__author__ = "Sebastian Thiel"
88
__contact__ = "byronimo@gmail.com"
99
__homepage__ = "https://github.com/gitpython-developers/gitdb"
10-
version_info = (4, 0, 6)
10+
version_info = (4, 0, 7)
1111
__version__ = '.'.join(str(i) for i in version_info)
1212

1313
setup(

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /