Skip to content

Commit b94a506

Browse files
authored
Merge pull request #201 from dimagi/dmr/bump-2.0.0
Bump version to 2.0.0
2 parents f804db7 + f0fb37c commit b94a506

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
44

55
No significant changes since the last release
66

7+
## 2.0.0
8+
9+
| Released on | Released by |
10+
|-------------|---------------|
11+
| 2022-04-08 | @dannyroberts |
12+
13+
This is a major release because it changes behavior in a way that we regard as fixing an unintuitive behavior
14+
but could technically be breaking if the previous behavior was relied upon.
15+
16+
- Passing an iterable to the value type of a ``ListProperty``
17+
(``JsonArray(iterable)``) returns a plain Python ``list`` rather than raising
18+
``BadValueError``. (https://github.com/dimagi/jsonobject/pull/200)
19+
20+
721
## 1.0.0
822

923
| Released on | Released by |

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
setup(
4141
name='jsonobject',
42-
version='1.0.0',
42+
version='2.0.0',
4343
author='Danny Roberts',
4444
author_email='droberts@dimagi.com',
4545
description='A library for dealing with JSON as python objects',

0 commit comments

Comments
 (0)