Skip to content

Commit

Permalink
Version bump -> v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarianski committed Jul 27, 2016
1 parent b862528 commit 92d0f75
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
CHANGELOG
=========

v0.7.0
------
* Removed TileStache and Pillow dependencies
* Updated other dependency versions
* Update function calls to support latest tilequeue changes, including support for buffered MVT tile extents
* Add cors config option

v0.6.1
------
* Allow configuration of formats to handle
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

version = '0.6.1'
version = '0.7.0'

setup(name='tileserver',
version=version,
Expand Down

0 comments on commit 92d0f75

Please sign in to comment.