Skip to content

Commit 157aa92

Browse files
committed
Version 3.2.0, mark project as inactive
1 parent 9881e9d commit 157aa92

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

CHANGES.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
Changes
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

1112
v3.1.0 02/22/2020
1213
^^^^^^^^^^^^^^^^^

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55

66
[project]
77
name = "jsonfield"
8-
version = "3.1.0"
8+
version = "3.2.0"
99

1010
dependencies = ["django >= 4.2"]
1111
requires-python = ">=3.10"
@@ -16,7 +16,7 @@ description = "A reusable Django field that allows you to store validated JSON i
1616
readme = "README.rst"
1717
license = "MIT"
1818
classifiers = [
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]
3636
Repository = "https://github.com/rpkilby/jsonfield"
3737
Issues = "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]

0 commit comments

Comments
 (0)