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 c0c446d..c0782ad 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()