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

Commit ca6c520

Browse files
committed
Bump version number and update changelog
1 parent ca916eb commit ca6c520

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ 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+
## 0.2 - 2018-01-24
8+
### Added
9+
- Basic test function
10+
- Add function to retrieve letter status
11+
- Add function to retrieve single letter
12+
- Add function to retrieve single shipment
13+
14+
### Fixed
15+
- Fixed the docstring notation
16+
- Better exception handling & less code duplication
17+
718
## 0.1 - 2017-10-21
819
### Added
920
- Initial (private) release

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='0.1',
4+
version='0.2',
55
description='Python wrapper for the PostNL API, a way to track packages using their online portal',
66
url='http://github.com/imicknl/python-postnl-api',
77
author='Mick Vleeshouwer',

0 commit comments

Comments
 (0)