Skip to content

Commit

Permalink
Prepare 1.7.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aaliddell committed Nov 24, 2023
1 parent ddcb0c4 commit 424530a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Changelog
1.7.2
-----

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


Expand Down
2 changes: 1 addition & 1 deletion s2cell/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

from .s2cell import * # noqa: F403

__version__ = '1.7.1'
__version__ = '1.7.2'

0 comments on commit 424530a

Please sign in to comment.