Skip to content

Commit 769fa4a

Browse files
committed
Bump version to 2.3.0 and update change log
1 parent d498e56 commit 769fa4a

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@
55
No significant changes since the last release
66

77

8+
## 2.3.0
9+
10+
| Released on | Released by |
11+
|-------------|---------------|
12+
| UNRELEASED | @millerdev |
13+
14+
- Improve build and automate push to PyPI (https://github.com/dimagi/jsonobject/pull/236)
15+
- Add pyproject.toml to replace most of setup.py
16+
- Automate python version matrix on gitub actions
17+
- Update github action versions
18+
- Publish releases to pypi.org
19+
- Build C files with Cython 3.0.12 (https://github.com/dimagi/jsonobject/pull/235)
20+
- Add support for Python 3.13
21+
822
## 2.2.0
923

1024
| Released on | Released by |

jsonobject/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from .properties import *
33
from .api import JsonObject
44

5-
__version__ = '2.2.0'
5+
__version__ = '2.3.0'
66
__all__ = [
77
'IntegerProperty', 'FloatProperty', 'DecimalProperty',
88
'StringProperty', 'BooleanProperty',

0 commit comments

Comments
 (0)