Skip to content

Commit

Permalink
Prepare for 0.3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mthh committed Nov 10, 2022
1 parent 1951332 commit ccec12c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changes
=======

0.3.2 (2022-11-10)
------------------

- Add type hints and fix some docstring about parameters and return types, thanks to Kim Hyeonseok / @plming (#27).

0.3.1 (2022-08-23)
------------------

Expand Down
2 changes: 1 addition & 1 deletion jenkspy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
__version__ = "0.3.1"
__version__ = "0.3.2"

from .core import jenks_breaks
from .core import _jenks_matrices
Expand Down

0 comments on commit ccec12c

Please sign in to comment.