aboutsummaryrefslogtreecommitdiffstats
path: root/askama_derive
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2020-07-02 10:12:37 +0200
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2020-07-14 09:49:12 +0200
commit589e02255f13a6b368d5d6572070ea1db4d7c8d0 (patch)
tree3ee9fddf74042caf05a1d3ae414a965b28d6e6bc /askama_derive
parentddd62edc4866b41d8e181576ae504a8a817e6d5a (diff)
downloadaskama-589e02255f13a6b368d5d6572070ea1db4d7c8d0.tar.gz
askama-589e02255f13a6b368d5d6572070ea1db4d7c8d0.tar.bz2
askama-589e02255f13a6b368d5d6572070ea1db4d7c8d0.zip
Bump askama_derive version to 0.10.1
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 e5fd82a..231240c 100644
--- a/askama_derive/Cargo.toml
+++ b/askama_derive/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "askama_derive"
-version = "0.10.0"
+version = "0.10.1"
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
description = "Procedural macro package for Askama"
homepage = "https://github.com/djc/askama"