File tree Expand file tree Collapse file tree 4 files changed +108
-7
lines changed Expand file tree Collapse file tree 4 files changed +108
-7
lines changed Original file line number Diff line number Diff line change 99project = "JSNAC"
1010copyright = "2024, Andrew Jones"
1111author = "Andrew Jones"
12- release = "0.3 .0"
12+ release = "0.4 .0"
1313
1414# -- General configuration ---------------------------------------------------
1515# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change 11from .core .build import SchemaBuilder
22
3- __version__ = "0.3 .0"
3+ __version__ = "0.4 .0"
44__all__ = [
55 "SchemaBuilder" ,
66]
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " jsnac"
7- version = " 0.3 .0"
8- description = " JSON Schema (for) Network as Code: Build JSON schemas from YAML "
7+ version = " 0.4 .0"
8+ description = " JSON Schema (for) Network as Code: Build JSON schemas from YANG "
99authors = [{
name =
" Andrew Jones" ,
email =
" [email protected] " }]
1010requires-python = " >=3.11,<4.0"
1111readme = " README.md"
@@ -16,7 +16,10 @@ classifiers = [
1616 " Programming Language :: Python :: 3.12" ,
1717 " Programming Language :: Python :: 3.13" ,
1818]
19- dependencies = [" pyyaml>=6.0.2,<7.0.0" ]
19+ dependencies = [
20+ " pyyaml>=6.0.2,<7.0.0" ,
21+ " pyang>=2.7.1,<3.0.0" ,
22+ ]
2023
2124[project .urls ]
2225Repository = " https://github.com/commitconfirmed/jsnac"
You can’t perform that action at this time.
0 commit comments