aboutsummaryrefslogtreecommitdiffstats
path: root/askama_shared/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-09-07 20:48:49 +0200
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-09-07 20:48:49 +0200
commit08bf32b7577b6d2d9638e14980eca286b735c7aa (patch)
tree31486aebd2b4ac17b5e04a46f6d7db4dbbcc4c7d /askama_shared/Cargo.toml
parent54f0549f8001c79cd9ab4a72e7a479140d1e9ffe (diff)
downloadaskama-08bf32b7577b6d2d9638e14980eca286b735c7aa.tar.gz
askama-08bf32b7577b6d2d9638e14980eca286b735c7aa.tar.bz2
askama-08bf32b7577b6d2d9638e14980eca286b735c7aa.zip
Bump version number to 0.5.0
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 1105ed6..41fe76b 100644
--- a/askama_shared/Cargo.toml
+++ b/askama_shared/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "askama_shared"
-version = "0.4.0"
+version = "0.5.0"
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
description = "Shared code for Askama"
homepage = "https://github.com/djc/askama"