From 8798d1f68e8c9355c86b07ad54fe5f51d44f8737 Mon Sep 17 00:00:00 2001 From: Styxit Date: Mon, 29 Apr 2019 14:50:50 +0200 Subject: [PATCH] Prepare for release --- CHANGELOG.md | 5 ++++- setup.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6a5570..cbed8f2 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,10 @@ All notable changes to `exonet-api-python` will be documented in this file. Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles. ## [Unreleased] -[Compare 0.0.4 - Unreleased](https://github.com/exonet/exonet-api-python/compare/0.0.4...master) +[Compare 0.0.5 - Unreleased](https://github.com/exonet/exonet-api-python/compare/0.0.5...master) + +## [0.0.5](https://github.com/exonet/exonet-api-python/releases/tag/0.0.5) - 2019-04-29 +[Compare 0.0.4 - 0.0.5](https://github.com/exonet/exonet-api-python/compare/0.0.4...0.0.5) ### Added - Examples to use the DNS endpoints. diff --git a/setup.py b/setup.py index 822f9c4..273cf68 100755 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name='exonetapi', - version='0.0.4', + version='0.0.5', description='Library to interact with the Exonet API.', long_description=long_description,