Skip to content

Commit

Permalink
Update changelog and increment version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mthh committed Aug 12, 2022
1 parent 3829c72 commit c6da7bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changes
=======

0.2.2 (2022-08-12)
------------------

- Update docstring to fix return type of `jenks_breaks` (fix #26).


0.2.1 (2022-08-12)
------------------

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.2.1"
__version__ = "0.2.2"

from .core import jenks_breaks
from .core import JenksNaturalBreaks
Expand Down

0 comments on commit c6da7bd

Please sign in to comment.