diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2021-03-22 08:54:55 +0100 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2021-03-22 09:38:02 +0100 |
commit | e1d607f99349aa98dcf7720e0d3e74f8a412c255 (patch) | |
tree | 82825a58694e88a8a6ecb1ad4d856c06746c527e /askama_gotham | |
parent | 495b978cea9530ca8b5610740c732ba2b9ff71dd (diff) | |
download | askama-e1d607f99349aa98dcf7720e0d3e74f8a412c255.tar.gz askama-e1d607f99349aa98dcf7720e0d3e74f8a412c255.tar.bz2 askama-e1d607f99349aa98dcf7720e0d3e74f8a412c255.zip |
askama_gotham: bump version to 0.12.0
Diffstat (limited to 'askama_gotham')
-rw-r--r-- | askama_gotham/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/askama_gotham/Cargo.toml b/askama_gotham/Cargo.toml index 6a6075d..85da812 100644 --- a/askama_gotham/Cargo.toml +++ b/askama_gotham/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "askama_gotham" -version = "0.11.0" +version = "0.12.0" authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"] description = "Gotham integration for Askama templates" documentation = "https://docs.rs/askama" |