File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changes
22-------
33
4- Unreleased
5- ^^^^^^^^^^
4+ v3.2.0 07/04/2025
5+ ^^^^^^^^^^^^^^^^^
66
77- Set Python version support to 3.10 through 3.13
88- Set Django version support to 4.2 through 5.2
99- Modernize packaging to use `pyproject.toml `
10+ - Deprecate project, add migration instructions
1011
1112v3.1.0 02/22/2020
1213^^^^^^^^^^^^^^^^^
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
66[project ]
77name = " jsonfield"
8- version = " 3.1 .0"
8+ version = " 3.2 .0"
99
1010dependencies = [" django >= 4.2" ]
1111requires-python = " >=3.10"
@@ -16,7 +16,7 @@ description = "A reusable Django field that allows you to store validated JSON i
1616readme = " README.rst"
1717license = " MIT"
1818classifiers = [
19- " Development Status :: 5 - Production/Stable " ,
19+ " Development Status :: 7 - Inactive " ,
2020 " Environment :: Web Environment" ,
2121 " Framework :: Django" ,
2222 " Framework :: Django :: 4.2" ,
@@ -35,7 +35,7 @@ classifiers = [
3535[project .urls ]
3636Repository = " https://github.com/rpkilby/jsonfield"
3737Issues = " https://github.com/rpkilby/jsonfield/issues"
38- Changelog = " https://github.com/rpkilby/jsonfield/blob/master/CHANGELOG "
38+ Changelog = " https://github.com/rpkilby/jsonfield/blob/master/CHANGES.rst "
3939
4040
4141[tool .setuptools .packages .find ]
You can’t perform that action at this time.
0 commit comments