Skip to content

Commit 424530a

Browse files
committed
Prepare 1.7.2 release
1 parent ddcb0c4 commit 424530a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Changelog
88
1.7.2
99
-----
1010

11+
- Replaced pylint and flake8 with ruff
1112
- Further fixed type hinting to prevent unnecessary compatibility break with Python 3.8
1213

1314

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 * # noqa: F403
1818

19-
__version__ = '1.7.1'
19+
__version__ = '1.7.2'

0 commit comments

Comments
 (0)