Skip to content

Commit

Permalink
Bump version to 2.3.0 and update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
millerdev committed Feb 24, 2025
1 parent d498e56 commit 769fa4a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@
No significant changes since the last release


## 2.3.0

| Released on | Released by |
|-------------|---------------|
| UNRELEASED | @millerdev |

- Improve build and automate push to PyPI (https://github.com/dimagi/jsonobject/pull/236)
- Add pyproject.toml to replace most of setup.py
- Automate python version matrix on gitub actions
- Update github action versions
- Publish releases to pypi.org
- Build C files with Cython 3.0.12 (https://github.com/dimagi/jsonobject/pull/235)
- Add support for Python 3.13

## 2.2.0

| Released on | Released by |
Expand Down
2 changes: 1 addition & 1 deletion jsonobject/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from .properties import *
from .api import JsonObject

__version__ = '2.2.0'
__version__ = '2.3.0'
__all__ = [
'IntegerProperty', 'FloatProperty', 'DecimalProperty',
'StringProperty', 'BooleanProperty',
Expand Down

0 comments on commit 769fa4a

Please sign in to comment.