From 47c6bca8ac0b7bf0ddf879130692029321db7ed9 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Thu, 5 Aug 2021 13:16:09 +0200 Subject: Bump version numbers in anticipation of beta release --- askama_escape/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'askama_escape/Cargo.toml') diff --git a/askama_escape/Cargo.toml b/askama_escape/Cargo.toml index 1c054f7..d815f75 100644 --- a/askama_escape/Cargo.toml +++ b/askama_escape/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "askama_escape" -version = "0.10.1" +version = "0.10.2" authors = ["Dirkjan Ochtman "] description = "Optimized HTML escaping code, extracted from Askama" documentation = "https://docs.rs/askama_escape" -- cgit