aboutsummaryrefslogtreecommitdiffstats
path: root/askama_shared/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2018-10-08 11:32:49 +0200
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2018-10-08 11:32:49 +0200
commitbdf4e29293e6b99884e2a26ac9549f9303307c73 (patch)
tree7e32f7dfbe41b9db8597a2c00234ba8305f7baa8 /askama_shared/Cargo.toml
parentba07e63ea40243c0fa78d5937bb79050c4b4625a (diff)
downloadaskama-bdf4e29293e6b99884e2a26ac9549f9303307c73.tar.gz
askama-bdf4e29293e6b99884e2a26ac9549f9303307c73.tar.bz2
askama-bdf4e29293e6b99884e2a26ac9549f9303307c73.zip
Bump version to 0.7.2
Diffstat (limited to '')
-rw-r--r--askama_shared/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/askama_shared/Cargo.toml b/askama_shared/Cargo.toml
index 9106e96..c81ab9f 100644
--- a/askama_shared/Cargo.toml
+++ b/askama_shared/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "askama_shared"
-version = "0.7.1"
+version = "0.7.2"
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
description = "Shared code for Askama"
homepage = "https://github.com/djc/askama"