visor-python 0.1.0__tar.gz → 0.1.1__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 (29) hide show
  1. {visor_python-0.1.0 → visor_python-0.1.1}/CHANGELOG.md +9 -1
  2. {visor_python-0.1.0 → visor_python-0.1.1}/PKG-INFO +2 -2
  3. {visor_python-0.1.0 → visor_python-0.1.1}/pyproject.toml +2 -2
  4. {visor_python-0.1.0 → visor_python-0.1.1}/.github/ISSUE_TEMPLATE/bug_report.yml +0 -0
  5. {visor_python-0.1.0 → visor_python-0.1.1}/.github/ISSUE_TEMPLATE/config.yml +0 -0
  6. {visor_python-0.1.0 → visor_python-0.1.1}/.github/ISSUE_TEMPLATE/feature_request.yml +0 -0
  7. {visor_python-0.1.0 → visor_python-0.1.1}/.github/dependabot.yml +0 -0
  8. {visor_python-0.1.0 → visor_python-0.1.1}/.github/workflows/ci.yml +0 -0
  9. {visor_python-0.1.0 → visor_python-0.1.1}/.github/workflows/publish.yml +0 -0
  10. {visor_python-0.1.0 → visor_python-0.1.1}/.gitignore +0 -0
  11. {visor_python-0.1.0 → visor_python-0.1.1}/.pre-commit-config.yaml +0 -0
  12. {visor_python-0.1.0 → visor_python-0.1.1}/CODE_OF_CONDUCT.md +0 -0
  13. {visor_python-0.1.0 → visor_python-0.1.1}/CONTRIBUTING.md +0 -0
  14. {visor_python-0.1.0 → visor_python-0.1.1}/LICENSE +0 -0
  15. {visor_python-0.1.0 → visor_python-0.1.1}/README.md +0 -0
  16. {visor_python-0.1.0 → visor_python-0.1.1}/SECURITY.md +0 -0
  17. {visor_python-0.1.0 → visor_python-0.1.1}/src/visor/__init__.py +0 -0
  18. {visor_python-0.1.0 → visor_python-0.1.1}/src/visor/_client.py +0 -0
  19. {visor_python-0.1.0 → visor_python-0.1.1}/src/visor/_pagination.py +0 -0
  20. {visor_python-0.1.0 → visor_python-0.1.1}/src/visor/_transport.py +0 -0
  21. {visor_python-0.1.0 → visor_python-0.1.1}/src/visor/exceptions.py +0 -0
  22. {visor_python-0.1.0 → visor_python-0.1.1}/src/visor/models/__init__.py +0 -0
  23. {visor_python-0.1.0 → visor_python-0.1.1}/src/visor/models/_base.py +0 -0
  24. {visor_python-0.1.0 → visor_python-0.1.1}/src/visor/models/dealers.py +0 -0
  25. {visor_python-0.1.0 → visor_python-0.1.1}/src/visor/models/facets.py +0 -0
  26. {visor_python-0.1.0 → visor_python-0.1.1}/src/visor/models/listings.py +0 -0
  27. {visor_python-0.1.0 → visor_python-0.1.1}/src/visor/models/usage.py +0 -0
  28. {visor_python-0.1.0 → visor_python-0.1.1}/src/visor/models/vins.py +0 -0
  29. {visor_python-0.1.0 → visor_python-0.1.1}/src/visor/py.typed +0 -0
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.1.1] - 2026-06-13
11
+
12
+ ### Fixed
13
+
14
+ - Updated PyPI homepage metadata to point to the community SDK repository instead
15
+ of the Visor website.
16
+
10
17
  ## [0.1.0] - 2026-06-13
11
18
 
12
19
  ### Added
@@ -25,5 +32,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
25
32
  - Publish-grade `pyproject.toml` metadata: authors, classifiers, keywords, license files, URLs
26
33
  - CI matrix across Python 3.10–3.13 with separate lint, test, and build jobs
27
34
 
28
- [Unreleased]: https://github.com/whitewalls86/visor-python/compare/v0.1.0...HEAD
35
+ [Unreleased]: https://github.com/whitewalls86/visor-python/compare/v0.1.1...HEAD
36
+ [0.1.1]: https://github.com/whitewalls86/visor-python/compare/v0.1.0...v0.1.1
29
37
  [0.1.0]: https://github.com/whitewalls86/visor-python/releases/tag/v0.1.0
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: visor-python
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Python SDK for the Visor Public API
5
- Project-URL: Homepage, https://visor.vin
5
+ Project-URL: Homepage, https://github.com/whitewalls86/visor-python
6
6
  Project-URL: Repository, https://github.com/whitewalls86/visor-python
7
7
  Project-URL: Issues, https://github.com/whitewalls86/visor-python/issues
8
8
  Project-URL: Changelog, https://github.com/whitewalls86/visor-python/blob/master/CHANGELOG.md
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "visor-python"
7
- version = "0.1.0"
7
+ version = "0.1.1"
8
8
  description = "Python SDK for the Visor Public API"
9
9
  readme = "README.md"
10
10
  license = "MIT"
@@ -44,7 +44,7 @@ dev = [
44
44
  ]
45
45
 
46
46
  [project.urls]
47
- Homepage = "https://visor.vin"
47
+ Homepage = "https://github.com/whitewalls86/visor-python"
48
48
  Repository = "https://github.com/whitewalls86/visor-python"
49
49
  Issues = "https://github.com/whitewalls86/visor-python/issues"
50
50
  Changelog = "https://github.com/whitewalls86/visor-python/blob/master/CHANGELOG.md"
File without changes
File without changes
File without changes
File without changes