Skip to content

Commit 9b03095

Browse files
committed
v4.0.2
1 parent 0016dae commit 9b03095

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Diff for: doc/source/changes.rst

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog
33
#########
44

5+
*****
6+
4.0.2
7+
*****
8+
9+
* Updated to release as Pure Python Wheel rather than Universal Wheel
10+
(`#62 <https://github.com/gitpython-developers/gitdb/pull/62>`_)
11+
512
*****
613
4.0.1
714
*****

Diff for: gitdb/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def _init_externals():
2929
__author__ = "Sebastian Thiel"
3030
__contact__ = "[email protected]"
3131
__homepage__ = "https://github.com/gitpython-developers/gitdb"
32-
version_info = (4, 0, 1)
32+
version_info = (4, 0, 2)
3333
__version__ = '.'.join(str(i) for i in version_info)
3434

3535

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
__author__ = "Sebastian Thiel"
88
__contact__ = "[email protected]"
99
__homepage__ = "https://github.com/gitpython-developers/gitdb"
10-
version_info = (4, 0, 1)
10+
version_info = (4, 0, 2)
1111
__version__ = '.'.join(str(i) for i in version_info)
1212

1313
setup(

0 commit comments

Comments
 (0)