Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0](v0.47.5...v1.0.0) (2024-05-03)
  • Loading branch information
semantic-release-bot committed May 3, 2024
1 parent d5d0cf9 commit 966bc8e
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 85 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# [1.0.0](https://github.com/coveooss/json-schema-for-humans/compare/v0.47.5...v1.0.0) (2024-05-03)

# 0.48

Expand Down
170 changes: 85 additions & 85 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,85 +1,85 @@
[tool.poetry]
name = "json-schema-for-humans"
version = "0.48.0"
description = "Generate static HTML documentation from JSON schemas"
authors = ["Denis Blanchette <tools@coveo.com>", "AbdulRahman Al Hamali <tools@coveo.com>"]
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/coveooss/json-schema-for-humans"
classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Topic :: Documentation"
]
include = [
"json_schema_for_humans/*.py",
"json_schema_for_humans/schema/*.py",
"json_schema_for_humans/templates/**"
]


[tool.poetry.dependencies]
python = "^3.8"
click = "^8.0.1"
dataclasses-json = "^0.5.6"
htmlmin = "^0.1.12"
Jinja2 = ">3"
markdown2 = "^2.4.1"
Pygments = "^2.10.0"
pytz = "*"
PyYAML = ">=5.4.1,<7"
requests = "^2.31.0"
MarkupSafe = "^2.0"
types-beautifulsoup4 = "^4.12.0.20240229"
types-pyyaml = "^6.0.12.20240311"
types-pytz = "^2024.1.0.20240417"



[tool.poetry.scripts]
generate-schema-doc = "json_schema_for_humans.cli:main"


[tool.poetry.group.dev.dependencies]
beautifulsoup4 = "^4.10.0"
black = "^22.10"
pytest = "^6.2.5"
mypy = "^1.10.0"
types-requests = "^2.31.0"
types-pygments = "^2.17.0.20240310"


[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"


[tool.black]
line-length = 120
target-version = ["py311"]
include = "(json_schema_for_humans|tests).*\\.pyi?$|setup.py"
exclude = """
(
/( \
\\.eggs \
|\\.git \
|\\.hg \
|\\.mypy_cache \
|\\.pytest_cache \
|py\\d+_venv \
|\\.tox \
|\\.venv \
|_build \
|buck-out \
|build \
|dist \
|html-coverage \
|docs \
|target
)/
)
"""
[tool.poetry]
name = "json-schema-for-humans"
version = "1.0.0"
description = "Generate static HTML documentation from JSON schemas"
authors = ["Denis Blanchette <tools@coveo.com>", "AbdulRahman Al Hamali <tools@coveo.com>"]
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/coveooss/json-schema-for-humans"
classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Topic :: Documentation"
]
include = [
"json_schema_for_humans/*.py",
"json_schema_for_humans/schema/*.py",
"json_schema_for_humans/templates/**"
]


[tool.poetry.dependencies]
python = "^3.8"
click = "^8.0.1"
dataclasses-json = "^0.5.6"
htmlmin = "^0.1.12"
Jinja2 = ">3"
markdown2 = "^2.4.1"
Pygments = "^2.10.0"
pytz = "*"
PyYAML = ">=5.4.1,<7"
requests = "^2.31.0"
MarkupSafe = "^2.0"
types-beautifulsoup4 = "^4.12.0.20240229"
types-pyyaml = "^6.0.12.20240311"
types-pytz = "^2024.1.0.20240417"



[tool.poetry.scripts]
generate-schema-doc = "json_schema_for_humans.cli:main"


[tool.poetry.group.dev.dependencies]
beautifulsoup4 = "^4.10.0"
black = "^22.10"
pytest = "^6.2.5"
mypy = "^1.10.0"
types-requests = "^2.31.0"
types-pygments = "^2.17.0.20240310"


[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"


[tool.black]
line-length = 120
target-version = ["py311"]
include = "(json_schema_for_humans|tests).*\\.pyi?$|setup.py"
exclude = """
(
/( \
\\.eggs \
|\\.git \
|\\.hg \
|\\.mypy_cache \
|\\.pytest_cache \
|py\\d+_venv \
|\\.tox \
|\\.venv \
|_build \
|buck-out \
|build \
|dist \
|html-coverage \
|docs \
|target
)/
)
"""

0 comments on commit 966bc8e

Please sign in to comment.