Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Commit 6780e26

Browse files
authored
1.0.1 Fix missing export (#7)
## 1.0.1 - 2018-04-28 ### Fixed - Export custom exception
1 parent 0b00f9a commit 6780e26

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 1.0.1 - 2018-04-28
8+
### Fixed
9+
- Export custom exception
10+
711
## 1.0 - 2018-04-22
812
### Added
913
- Add custom exception

postnl_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
from postnl_api.postnl_api import PostNL_API
1+
from postnl_api.postnl_api import PostNL_API, UnauthorizedException

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22

33
setup(name='postnl_api',
4-
version='1.0',
4+
version='1.0.1',
55
description='Python wrapper for the PostNL API, a way to track packages using their online portal',
66
url='https://github.com/imicknl/python-postnl-api',
77
author='Mick Vleeshouwer',

0 commit comments

Comments
 (0)