Update package version to 0.2. Update changelog.

This commit is contained in:
Michael Hierweck 2016-05-28 23:12:01 +02:00
parent 6d554e7992
commit 75948c4a10
2 changed files with 11 additions and 1 deletions

View File

@ -6,3 +6,13 @@ Changelog
- Initial release.
[Michael Hierweck <michael.hierweck@hostsharing.net>, Hostsharing eG]
0.2
---
- Achieve Python 2/3 compatibility.
[Michael Hierweck <michael.hierweck@hostsharing.net>, Hostsharing eG]
- Add build instructions.
[Michael Hierweck <michael.hierweck@hostsharing.net>, Hostsharing eG]

View File

@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import os
version = '0.1'
version = '0.2'
long_description = (
open('README.txt').read()