Skip to content

Commit f093887

Browse files
committed
Prepare 1.4.0 release
1 parent 2b5ff11 commit f093887

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/source/changelog.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
Changelog
66
=========
77

8+
1.4.0
9+
-----
10+
11+
- Removed dependency on NumPy and improved performance
12+
13+
814
1.3.0
915
-----
1016

s2cell/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import re
1919
from typing import Optional, Tuple
2020

21-
__version__ = '1.3.0'
21+
__version__ = '1.4.0'
2222

2323

2424
#

0 commit comments

Comments
 (0)