Skip to content

Commit

Permalink
Update changelog and bump version number to 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mthh committed Aug 18, 2022
1 parent 132e4e2 commit 1efeb40
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.2.4 (2022-08-18)
------------------

- Update package metadata and docstrings.

0.2.3 (2022-08-18)
------------------

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.3"
__version__ = "0.2.4"

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

0 comments on commit 1efeb40

Please sign in to comment.