aboutsummaryrefslogtreecommitdiffstats
path: root/askama_derive
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-08-02 20:51:35 +0200
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-08-02 20:51:35 +0200
commit77c8279031ab8213ede048ad8b234e36fc27e249 (patch)
tree87fb9c467fdc676b6cf393fdf4d671925639c70b /askama_derive
parent85ed0253684f34e0f66bb1678d52e605b483c7e1 (diff)
downloadaskama-77c8279031ab8213ede048ad8b234e36fc27e249.tar.gz
askama-77c8279031ab8213ede048ad8b234e36fc27e249.tar.bz2
askama-77c8279031ab8213ede048ad8b234e36fc27e249.zip
Bump version number to 0.3.2
Diffstat (limited to 'askama_derive')
-rw-r--r--askama_derive/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/askama_derive/Cargo.toml b/askama_derive/Cargo.toml
index 3f17f40..885b11a 100644
--- a/askama_derive/Cargo.toml
+++ b/askama_derive/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "askama_derive"
-version = "0.3.1"
+version = "0.3.2"
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
description = "Procedural macro package for Askama"
homepage = "https://github.com/djc/askama"