Skip to content

Commit

Permalink
Prepare 1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aaliddell committed Dec 29, 2020
1 parent 427d265 commit f051f92
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

1.2.0
-----

- Added token and cell ID validation functions ``cell_id_is_valid()`` and ``token_is_valid()``
- Added ``token_to_canonical_token()``
- Added S2 Concepts page to docs


1.1.1
-----

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

import numpy as np

__version__ = '1.1.1'
__version__ = '1.2.0'


#
Expand Down

0 comments on commit f051f92

Please sign in to comment.