aboutsummaryrefslogtreecommitdiffstats
path: root/askama_shared
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2020-06-30 13:55:03 +0200
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2020-06-30 13:55:03 +0200
commit40931224e8760043e9cef843ffbc621a8b1adb03 (patch)
treeeb8ba63f5c63092aeed5ecc55d03b77c75263b9b /askama_shared
parent44ad3df6e110cc85e58762b980df2f59f110834b (diff)
downloadaskama-40931224e8760043e9cef843ffbc621a8b1adb03.tar.gz
askama-40931224e8760043e9cef843ffbc621a8b1adb03.tar.bz2
askama-40931224e8760043e9cef843ffbc621a8b1adb03.zip
Bump version number for askama_shared
Diffstat (limited to 'askama_shared')
-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 3fc59cb..d902b41 100644
--- a/askama_shared/Cargo.toml
+++ b/askama_shared/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "askama_shared"
-version = "0.10.0"
+version = "0.10.1"
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
description = "Shared code for Askama"
homepage = "https://github.com/djc/askama"