From 6e6c202fb499804fcd80caf01e2d6a19564b80bb Mon Sep 17 00:00:00 2001 From: Paul Norman Date: Thu, 23 Jun 2022 15:27:10 -0700 Subject: [PATCH] Bump tilelog to v0.4.0 --- cookbooks/tilelog/recipes/default.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cookbooks/tilelog/recipes/default.rb b/cookbooks/tilelog/recipes/default.rb index 9660b9d57..dd2e03d0d 100644 --- a/cookbooks/tilelog/recipes/default.rb +++ b/cookbooks/tilelog/recipes/default.rb @@ -2,7 +2,7 @@ # Cookbook:: tilelog # Recipe:: default # -# Copyright:: 2014, OpenStreetMap Foundation +# Copyright:: 2014-2022, OpenStreetMap Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -31,6 +31,7 @@ end python_package "tilelog" do python_virtualenv tilelog_directory python_version "3" + version "0.4.0" end directory tilelog_output_directory do -- 2.39.5