Skip to content

Commit f61c714

Browse files
committed
Bump version to 1.0.0
1 parent 2c643b8 commit f61c714

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGES.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## dev
44

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+
516
- Add support for Python 3.10 and remove support for Python < 3.7 (past EOL)
617
- Upgrade Cython for building .c files from 0.29.21 to 0.29.28
718

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)