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

Commit810ae3a

Browse files
committed
prepare v6.0.0
1 parent7373a8c commit810ae3a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
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+
v6.0.0
7+
******
8+
9+
- Dropped support 3.6 and 3.7
10+
- Declared support for Python 3.11 and 3.12
11+
512
******
613
v5.0.0
714
******

‎smmap/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
__author__="Sebastian Thiel"
44
__contact__="byronimo@gmail.com"
55
__homepage__="https://github.com/gitpython-developers/smmap"
6-
version_info= (5,0,0)
6+
version_info= (6,0,0)
77
__version__='.'.join(str(i)foriinversion_info)
88

99
# make everything available in root package for convenience

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp