Skip to content

Commit f051f92

Browse files
committed
Prepare 1.2.0 release
1 parent 427d265 commit f051f92

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/source/changelog.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
=========
33

4+
1.2.0
5+
-----
6+
7+
- Added token and cell ID validation functions ``cell_id_is_valid()`` and ``token_is_valid()``
8+
- Added ``token_to_canonical_token()``
9+
- Added S2 Concepts page to docs
10+
11+
412
1.1.1
513
-----
614

s2cell/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
import numpy as np
2222

23-
__version__ = '1.1.1'
23+
__version__ = '1.2.0'
2424

2525

2626
#

0 commit comments

Comments
 (0)