diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2020-01-15 13:55:33 +0100 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2020-01-15 13:55:33 +0100 |
commit | d89758c9fe5ee2ada0c2ee3773ec127b8f2c98cf (patch) | |
tree | a08876a2f80913905c94f7db441fb66d2a2cbc06 /askama_escape | |
parent | ca6c72e505569ae28c6361ca8d44857c7153d509 (diff) | |
download | askama-d89758c9fe5ee2ada0c2ee3773ec127b8f2c98cf.tar.gz askama-d89758c9fe5ee2ada0c2ee3773ec127b8f2c98cf.tar.bz2 askama-d89758c9fe5ee2ada0c2ee3773ec127b8f2c98cf.zip |
Bump version numbers to 0.9.0
Diffstat (limited to '')
-rw-r--r-- | askama_escape/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/askama_escape/Cargo.toml b/askama_escape/Cargo.toml index 6de179e..3ea8f5e 100644 --- a/askama_escape/Cargo.toml +++ b/askama_escape/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "askama_escape" -version = "0.2.0" +version = "0.3.0" authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"] description = "Optimized HTML escaping code, extracted from Askama" documentation = "https://docs.rs/askama_escape" |