Skip to content

Commit

Permalink
Prepare for 0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mthh committed Nov 30, 2023
1 parent a289197 commit 0ae97a5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@ celerybeat-schedule
.env

# virtualenv
venv35/
venv27/
venv*/
venv/
ENV/

Expand Down
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changes
=======

Unreleased
----------
0.4.0 (2023-11-30)
------------------

- Add support for Python 3.12.

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Requirements :

- `Numpy <https://numpy.org>`_

- Only for building from source: C compiler, Python C headers and optionally Cython.
- Only for building from source: C compiler, Python C headers, setuptools and Cython.


Motivation :
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.3"
__version__ = "0.4.0"

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

0 comments on commit 0ae97a5

Please sign in to comment.