-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [1.0.4](v1.0.3...v1.0.4) (2024-11-27) ### Bug Fixes * **python:** support python3.13 and drop python3.8 ([#273](#273)) ([063410e](063410e))
- Loading branch information
1 parent
063410e
commit dd6dafa
Showing
2 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "json-schema-for-humans" | ||
version = "1.0.3" | ||
version = "1.0.4" | ||
description = "Generate static HTML documentation from JSON schemas" | ||
authors = ["Denis Blanchette <[email protected]>", "AbdulRahman Al Hamali <[email protected]>"] | ||
license = "Apache-2.0" | ||
|