Skip to content

Commit 623d89e

Browse files
committed
Docs and metadata fixes before release
1 parent 30ff287 commit 623d89e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

docs/CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ make publish # Publishes a new version to pypi.
5959

6060
- Make a new branch for the release of the new version.
6161
- Update the [CHANGELOG](https://github.com/springload/draftjs_exporter/CHANGELOG.md).
62+
- Update the version number in `pyproject.toml`, following semver.
6263
- Update the version number in `draftjs_exporter/__init__.py`, following semver.
6364
- Make a PR and squash merge it.
6465
- Back on main with the PR merged, use `make publish` (confirm, and enter your password).

docs/SUPPORT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Documentation for this project is all on [GitHub](https://github.com/springload/
1212
- The [README](../README.md)
1313
- The project’s introductory blog post, [Rethinking rich text pipelines with Draft.js](https://www.draftail.org/blog/2018/03/13/rethinking-rich-text-pipelines-with-draft-js).
1414
- The [Draft.js docs](https://draftjs.org/)
15-
- You might also like to read about [How Draft.js represents rich text](https://www.draftail.org/docs/content-storage).
15+
- You might also like to read about [How Draft.js represents rich text](https://www.draftail.org/docs/reference/content-storage).
1616

1717
## Questions
1818

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ description = "Library to convert rich text from Draft.js raw ContentState to HT
55
readme = "README.md"
66
license = { file = "LICENSE" }
77
authors = [{ name = "Springload", email = "hello@springload.co.nz" }]
8-
requires-python = ">=3.9"
98
classifiers = [
109
"Environment :: Web Environment",
1110
"Intended Audience :: Developers",
@@ -20,6 +19,7 @@ classifiers = [
2019
"Programming Language :: Python :: 3.12",
2120
"Programming Language :: Python :: 3.13",
2221
"Programming Language :: Python :: 3.14",
22+
"Programming Language :: Python :: 3.15",
2323
"Topic :: Internet :: WWW/HTTP",
2424
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
2525
"Topic :: Internet :: WWW/HTTP :: Site Management",

0 commit comments

Comments
 (0)