Skip to content

Commit 41a807d

Browse files
committed
Prepare 1.7.1 release
1 parent 419789f commit 41a807d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/changelog.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
Changelog
66
=========
77

8+
1.7.1
9+
-----
10+
11+
- Fixed type hinting to prevent unnecessary compatibility break with Python 3.8
12+
13+
814
1.7.0
915
-----
1016

s2cell/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616

1717
from .s2cell import *
1818

19-
__version__ = '1.7.0'
19+
__version__ = '1.7.1'

0 commit comments

Comments
 (0)