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 f356e12

Browse files
committed
Now with PR: 3.0.2
1 parent b27e72f commit f356e12

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎doc/source/changes.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Changelog
33
#########
44

55
*****
6-
3.0.1
6+
3.0.2
77
*****
88

99
* removed all python2 compatibility shims, GitDB now is a Python 3 program.

‎gitdb/__init__.py‎

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

3535

‎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 = (3, 0, 1)
10+
version_info = (3, 0, 2)
1111
__version__ = '.'.join(str(i) for i in version_info)
1212

1313
setup(

0 commit comments

Comments
(0)

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