Skip to content

Commit

Permalink
Merge pull request #228 from dimagi/gh/2.2.0
Browse files Browse the repository at this point in the history
Bump version to 2.2.0
  • Loading branch information
gherceg authored Sep 9, 2024
2 parents 0bc25d8 + 556d849 commit 8b47898
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

No significant changes since the last release


## 2.2.0

| Released on | Released by |
|-------------|---------------|
| 2024-09-09 | @gherceg |

- Add support for Python 3.12 (https://github.com/dimagi/jsonobject/pull/227)
- Build C files with Cython 0.29.37 (https://github.com/dimagi/jsonobject/pull/225)

Contributors: @nickbaum

## 2.1.0

| Released on | Released by |
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

setup(
name='jsonobject',
version='2.1.0',
version='2.2.0',
author='Danny Roberts',
author_email='droberts@dimagi.com',
description='A library for dealing with JSON as python objects',
Expand Down

0 comments on commit 8b47898

Please sign in to comment.