Skip to content

Commit

Permalink
Merge pull request #192 from dimagi/dmr/bump-1.0.0
Browse files Browse the repository at this point in the history
Bump version to 1.0.0
  • Loading branch information
dannyroberts authored Mar 14, 2022
2 parents 2bcc521 + f61c714 commit e4d829d
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Release History

## dev

No significant changes since the last release

## 1.0.0

| Released on | Released by |
|-------------|---------------|
| 2022-03-14 | @dannyroberts |

This is a major release only because it officially drops support for Python 2.7, 3.5, and 3.6.
There are no behavior changes, and no other breaking changes.

- Add support for Python 3.10 and remove support for Python < 3.7 (past EOL)
- Upgrade Cython for building .c files from 0.29.21 to 0.29.28

## 0.9.10

| Released on | Released by |
|--------------|-------------|
| 2021-02-11 | @czue |

- Add official support for python 3.7 through 3.9
- Upgrade Cython for building .c files from 0.29.6 to 0.29.21
- Do not produce "universal wheels" (https://github.com/dimagi/jsonobject/pull/169)
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='0.9.10',
version='1.0.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 e4d829d

Please sign in to comment.