Skip to content

Commit aa241f2

Browse files
committed
Version bump -> 0.4.1
1 parent 1002b34 commit aa241f2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
CHANGELOG
22
=========
33

4+
v0.4.1
5+
------
6+
* Add bbox_intersection filter for Jinja, which allows clipping to the query bounding box.
7+
48
v0.4.0
59
------
610
* Convert post process config into a list, to support generating dynamic `label_placement`s for more than one input layer.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
version = '0.5.0.dev0'
3+
version = '0.4.1'
44

55
setup(name='tilequeue',
66
version=version,

0 commit comments

Comments
 (0)