Skip to content

Commit e4d829d

Browse files
authored
Merge pull request #192 from dimagi/dmr/bump-1.0.0
Bump version to 1.0.0
2 parents 2bcc521 + f61c714 commit e4d829d

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGES.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Release History
2+
3+
## dev
4+
5+
No significant changes since the last release
6+
7+
## 1.0.0
8+
9+
| Released on | Released by |
10+
|-------------|---------------|
11+
| 2022-03-14 | @dannyroberts |
12+
13+
This is a major release only because it officially drops support for Python 2.7, 3.5, and 3.6.
14+
There are no behavior changes, and no other breaking changes.
15+
16+
- Add support for Python 3.10 and remove support for Python < 3.7 (past EOL)
17+
- Upgrade Cython for building .c files from 0.29.21 to 0.29.28
18+
19+
## 0.9.10
20+
21+
| Released on | Released by |
22+
|--------------|-------------|
23+
| 2021-02-11 | @czue |
24+
25+
- Add official support for python 3.7 through 3.9
26+
- Upgrade Cython for building .c files from 0.29.6 to 0.29.21
27+
- Do not produce "universal wheels" (https://github.com/dimagi/jsonobject/pull/169)

setup.py

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

4040
setup(
4141
name='jsonobject',
42-
version='0.9.10',
42+
version='1.0.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)