diff --git a/CHANGES b/CHANGES index 6abf94f..bcf77fd 100644 --- a/CHANGES +++ b/CHANGES @@ -1,9 +1,27 @@ Stonemason Changelog ==================== -Version 0.1 ------------ +v0.1.0 +------ -First public release, scheduled at 2015/06. +Release date: 2015-03-05 + +Features: + +- Tile map service +- Tile caching and permanent storage +- Debug server for map design +- Zero configuration deployment + +Known issues: + +- Due to a bug in ubuntu-14.04 default python3, stonemason tileserver won't load + on python3, see http://bugs.python.org/issue14710 + + +v0.2.0 +------ + +Scheduled at 2015-04. diff --git a/stonemason/__init__.py b/stonemason/__init__.py index f82fb6b..dc167da 100644 --- a/stonemason/__init__.py +++ b/stonemason/__init__.py @@ -11,7 +11,7 @@ # Version used in the setup.py -__version__ = '0.1.0rc1' +__version__ = '0.1.0' # Prevent nosetests peek into this package __test__ = False