Skip to content

Commit

Permalink
Prepare 1.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aaliddell committed Jan 5, 2021
1 parent 2b5ff11 commit f093887
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
Changelog
=========

1.4.0
-----

- Removed dependency on NumPy and improved performance


1.3.0
-----

Expand Down
2 changes: 1 addition & 1 deletion s2cell/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import re
from typing import Optional, Tuple

__version__ = '1.3.0'
__version__ = '1.4.0'


#
Expand Down

0 comments on commit f093887

Please sign in to comment.