Skip to content

Commit

Permalink
Fix a regression for configs coming from geoportal
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Valsecchi committed Apr 17, 2019
1 parent 75604e7 commit 75ab410
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

setup(
name='tilecloud-chain',
version='1.11.0',
version='1.11.1',
description=(
"Tools to generate tiles from WMS or Mapnik, to S3, "
"Berkley DB, MBTiles, or local filesystem in WMTS layout using "
Expand Down
2 changes: 1 addition & 1 deletion tilecloud_chain/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ mapping:
url:
type: str
required: true
pattern: ^redis://[^:]+:\d+(?:/\d+)?$
pattern: ^redis://[^:]+:[^:]+$
queue:
type: str
default: tilecloud
Expand Down

0 comments on commit 75ab410

Please sign in to comment.