Skip to content

Commit 8b47898

Browse files
authored
Merge pull request #228 from dimagi/gh/2.2.0
Bump version to 2.2.0
2 parents 0bc25d8 + 556d849 commit 8b47898

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGES.md

+12
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

55
No significant changes since the last release
66

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+
719
## 2.1.0
820

921
| Released on | Released by |

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
setup(
4141
name='jsonobject',
42-
version='2.1.0',
42+
version='2.2.0',
4343
author='Danny Roberts',
4444
author_email='[email protected]',
4545
description='A library for dealing with JSON as python objects',

0 commit comments

Comments
 (0)