diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2021-02-01 14:48:37 +0100 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2021-02-04 10:53:20 +0100 |
commit | e75a8a20656294d3a762004d892fd687ce0707ac (patch) | |
tree | 3a330c5e2092ef043f0afbb7ecbcd3121f1c2a7d /askama_tide/Cargo.toml | |
parent | f93c5a0d7b2ef095163fd77d653102c9ce9f673b (diff) | |
download | askama-e75a8a20656294d3a762004d892fd687ce0707ac.tar.gz askama-e75a8a20656294d3a762004d892fd687ce0707ac.tar.bz2 askama-e75a8a20656294d3a762004d892fd687ce0707ac.zip |
askama_tide: bump version to 0.13.0
Diffstat (limited to '')
-rw-r--r-- | askama_tide/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/askama_tide/Cargo.toml b/askama_tide/Cargo.toml index 333820c..efc773a 100644 --- a/askama_tide/Cargo.toml +++ b/askama_tide/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "askama_tide" -version = "0.12.0" +version = "0.13.0" authors = ["Jacob Rothstein <hi@jbr.me>"] edition = "2018" description = "Tide integration for Askama templates" |