aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-02-15 20:43:36 +0100
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-02-15 20:43:36 +0100
commit61f570b2408f9d490123b046911c19d80e411cb7 (patch)
tree835f4588f8e4f5faf7aa6ca7970f703aa98f7e53
parent58faa39f9935281d03912c6e8699d45abd25f24c (diff)
downloadaskama-61f570b2408f9d490123b046911c19d80e411cb7.tar.gz
askama-61f570b2408f9d490123b046911c19d80e411cb7.tar.bz2
askama-61f570b2408f9d490123b046911c19d80e411cb7.zip
Bump askama version to 0.1.1
Diffstat (limited to '')
-rw-r--r--askama/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/askama/Cargo.toml b/askama/Cargo.toml
index 11b7d8b..172fbb1 100644
--- a/askama/Cargo.toml
+++ b/askama/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "askama"
-version = "0.1.0"
+version = "0.1.1"
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
description = "Type-safe, compiled Jinja-like templates for Rust"
keywords = ["markup", "template", "jinja2", "html"]