We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0bc25d8 + 556d849 commit 8b47898Copy full SHA for 8b47898
CHANGES.md
@@ -4,6 +4,18 @@
4
5
No significant changes since the last release
6
7
+
8
+## 2.2.0
9
10
+| Released on | Released by |
11
+|-------------|---------------|
12
+| 2024-09-09 | @gherceg |
13
14
+- Add support for Python 3.12 (https://github.com/dimagi/jsonobject/pull/227)
15
+- Build C files with Cython 0.29.37 (https://github.com/dimagi/jsonobject/pull/225)
16
17
+Contributors: @nickbaum
18
19
## 2.1.0
20
21
| Released on | Released by |
setup.py
@@ -39,7 +39,7 @@
39
40
setup(
41
name='jsonobject',
42
- version='2.1.0',
+ version='2.2.0',
43
author='Danny Roberts',
44
author_email='[email protected]',
45
description='A library for dealing with JSON as python objects',
0 commit comments