Skip to content

Commit

Permalink
Merge pull request #24 from tigattack/feat/expose_exception_class
Browse files Browse the repository at this point in the history
Expose VehicleHistoryError class, bump version to 1.0.2
  • Loading branch information
tigattack authored Sep 17, 2024
2 parents 819b70c + 60b3c1c commit 9365d25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions dvsa_mot_history/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
MotTestTestResult,
VehicleHasOutstandingRecall,
)
from .errors import VehicleHistoryError
from .models import (
BulkDownloadResponse,
CVSMotTest,
Expand Down Expand Up @@ -36,6 +37,7 @@
"MotTestType",
"NewRegVehicleResponse",
"VehicleHasOutstandingRecall",
"VehicleHistoryError",
"VehicleResponseType",
"VehicleWithMotResponse",
]
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires-python = ">=3.9"

[tool.poetry]
name = "dvsa_mot_history"
version = "1.0.1"
version = "1.0.2"
description = "Python SDK for DVSA MOT History API"
authors = ["tigattack <10629864+tigattack@users.noreply.github.com>"]
readme = "README.md"
Expand Down

0 comments on commit 9365d25

Please sign in to comment.