From 424530a9cbad73d23e6bcaee822c1a71e9342e50 Mon Sep 17 00:00:00 2001 From: Adam Liddell Date: Fri, 24 Nov 2023 16:40:54 +0000 Subject: [PATCH] Prepare 1.7.2 release --- docs/changelog.rst | 1 + s2cell/__init__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 6fa4b47..dd67e20 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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 diff --git a/s2cell/__init__.py b/s2cell/__init__.py index 5e11018..613e2ee 100644 --- a/s2cell/__init__.py +++ b/s2cell/__init__.py @@ -16,4 +16,4 @@ from .s2cell import * # noqa: F403 -__version__ = '1.7.1' +__version__ = '1.7.2'