From 75948c4a10affd0fc68d386b2dc0c67006afdce4 Mon Sep 17 00:00:00 2001 From: Michael Hierweck Date: Sat, 28 May 2016 23:12:01 +0200 Subject: [PATCH] Update package version to 0.2. Update changelog. --- CHANGES.txt | 10 ++++++++++ setup.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 0bd24f5..c89b95f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -6,3 +6,13 @@ Changelog - Initial release. [Michael Hierweck , Hostsharing eG] + + +0.2 +--- + +- Achieve Python 2/3 compatibility. + [Michael Hierweck , Hostsharing eG] + +- Add build instructions. + [Michael Hierweck , Hostsharing eG] diff --git a/setup.py b/setup.py index 3c68740..c3f66cb 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages import os -version = '0.1' +version = '0.2' long_description = ( open('README.txt').read()