Skip to content

Commit

Permalink
Bump version for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
zerebubuth committed Feb 2, 2016
1 parent 0102b9e commit 09f0784
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
CHANGELOG
=========

v0.5.1
------

* Store additional formats rendered to support a request. Also send the job to the queue, if one is configured, for "full" rendering. [Issue](https://github.com/mapzen/tileserver/pull/14).

v0.5.0
------
* Update to support date- and hash-prefixed stores and S3 buckets.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

version = '0.5.0'
version = '0.5.1'

setup(name='tileserver',
version=version,
Expand All @@ -19,7 +19,7 @@
zip_safe=False,
install_requires=[
'PyYAML',
'tilequeue',
'tilequeue >= 0.7.1',
'TileStache',
'werkzeug',
],
Expand Down

0 comments on commit 09f0784

Please sign in to comment.