Skip to content

Commit

Permalink
Add error type (#59)
Browse files Browse the repository at this point in the history
* `CHANGELOG.md` updated

* Reserver Error Types added in `reserver/__init__.py`
  • Loading branch information
AHReccese authored Sep 19, 2024
1 parent 3d2e80d commit b5bf4fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]
### Added
- `ReserverBaseError` added in `reserver/__init__.py`
### Changed
## [0.3] - 2024-08-28
### Added
Expand Down
1 change: 1 addition & 0 deletions reserver/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"""Reserver modules."""
from .reserver_param import RESERVER_VERSION
from .reserver_obj import PyPIUploader
from .reserver_errors import ReserverBaseError

__version__ = RESERVER_VERSION

0 comments on commit b5bf4fb

Please sign in to comment.