tinydantic 0.1.12__tar.gz → 0.1.13__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. {tinydantic-0.1.12 → tinydantic-0.1.13}/.github/workflows/docs-release.yaml +0 -2
  2. {tinydantic-0.1.12 → tinydantic-0.1.13}/PKG-INFO +1 -1
  3. {tinydantic-0.1.12 → tinydantic-0.1.13}/.editorconfig +0 -0
  4. {tinydantic-0.1.12 → tinydantic-0.1.13}/.github/workflows/ci.yaml +0 -0
  5. {tinydantic-0.1.12 → tinydantic-0.1.13}/.github/workflows/docs-dev.yaml +0 -0
  6. {tinydantic-0.1.12 → tinydantic-0.1.13}/.github/workflows/publish-python-package.yaml +0 -0
  7. {tinydantic-0.1.12 → tinydantic-0.1.13}/.gitignore +0 -0
  8. {tinydantic-0.1.12 → tinydantic-0.1.13}/.linkcheckerrc +0 -0
  9. {tinydantic-0.1.12 → tinydantic-0.1.13}/.markdownlint.yaml +0 -0
  10. {tinydantic-0.1.12 → tinydantic-0.1.13}/.pre-commit-config.yaml +0 -0
  11. {tinydantic-0.1.12 → tinydantic-0.1.13}/.prettierrc.yaml +0 -0
  12. {tinydantic-0.1.12 → tinydantic-0.1.13}/.vscode/extensions.json +0 -0
  13. {tinydantic-0.1.12 → tinydantic-0.1.13}/.yamllint.yaml +0 -0
  14. {tinydantic-0.1.12 → tinydantic-0.1.13}/LICENSE.md +0 -0
  15. {tinydantic-0.1.12 → tinydantic-0.1.13}/LICENSES/Apache-2.0.txt +0 -0
  16. {tinydantic-0.1.12 → tinydantic-0.1.13}/LICENSES/CC-BY-4.0.txt +0 -0
  17. {tinydantic-0.1.12 → tinydantic-0.1.13}/LICENSES/MIT.txt +0 -0
  18. {tinydantic-0.1.12 → tinydantic-0.1.13}/README.md +0 -0
  19. {tinydantic-0.1.12 → tinydantic-0.1.13}/REUSE.toml +0 -0
  20. {tinydantic-0.1.12 → tinydantic-0.1.13}/docs/.pages +0 -0
  21. {tinydantic-0.1.12 → tinydantic-0.1.13}/docs/css/code_select.css +0 -0
  22. {tinydantic-0.1.12 → tinydantic-0.1.13}/docs/index.md +0 -0
  23. {tinydantic-0.1.12 → tinydantic-0.1.13}/docs/installation.md +0 -0
  24. {tinydantic-0.1.12 → tinydantic-0.1.13}/docs/reference/.pages +0 -0
  25. {tinydantic-0.1.12 → tinydantic-0.1.13}/docs/reference/index.md +0 -0
  26. {tinydantic-0.1.12 → tinydantic-0.1.13}/mkdocs.yaml +0 -0
  27. {tinydantic-0.1.12 → tinydantic-0.1.13}/pyproject.toml +0 -0
  28. {tinydantic-0.1.12 → tinydantic-0.1.13}/scripts/gen_api_docs.py +0 -0
  29. {tinydantic-0.1.12 → tinydantic-0.1.13}/src/tinydantic/__init__.py +0 -0
  30. {tinydantic-0.1.12 → tinydantic-0.1.13}/src/tinydantic/py.typed +0 -0
  31. {tinydantic-0.1.12 → tinydantic-0.1.13}/taplo.toml +0 -0
  32. {tinydantic-0.1.12 → tinydantic-0.1.13}/tests/__init__.py +0 -0
  33. {tinydantic-0.1.12 → tinydantic-0.1.13}/tests/test_version.py +0 -0
@@ -47,8 +47,6 @@ jobs:
47
47
  # yamllint enable rule:line-length
48
48
  - name: Display full version
49
49
  run: hatch version
50
- - name: Set the version of docs to publish
51
- run: python scripts/set_release_version.py
52
50
  - name: Build documentation
53
51
  run: hatch -v run doc:build-check
54
52
  - name: Commit documentation
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: tinydantic
3
- Version: 0.1.12
3
+ Version: 0.1.13
4
4
  Project-URL: Documentation, https://tinydantic.dev
5
5
  Project-URL: Issues, https://github.com/tinydantic/tinydantic/issues
6
6
  Project-URL: Source, https://github.com/tinydantic/tinydantic
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes