Movatterモバイル変換


[0]ホーム

URL:


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

Commit2057ae6

Browse files
committed
bump versions to prepare for next release
1 parent6a22706 commit2057ae6

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

‎doc/source/changes.rst

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

5+
******
6+
4.0.11
7+
******
8+
9+
- various improvements - please see the release on GitHub for details.
10+
511
******
612
4.0.10
713
******

‎gitdb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def _init_externals():
2828
__author__="Sebastian Thiel"
2929
__contact__="byronimo@gmail.com"
3030
__homepage__="https://github.com/gitpython-developers/gitdb"
31-
version_info= (4,0,10)
31+
version_info= (4,0,11)
3232
__version__='.'.join(str(i)foriinversion_info)
3333

3434

‎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,10)
10+
version_info= (4,0,11)
1111
__version__='.'.join(str(i)foriinversion_info)
1212

1313
setup(

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp