aboutsummaryrefslogtreecommitdiffstats
path: root/askama_shared/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-09-06 12:59:32 +0200
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-09-06 12:59:33 +0200
commit8b195c51579785d80d88af0c5698a43fc70d4845 (patch)
treea77c0b54f23a214d1a7eb8ade27ed33ed185cd6f /askama_shared/Cargo.toml
parent042da2f857cb4d9ba193d417ec846d19c75c9cc7 (diff)
downloadaskama-8b195c51579785d80d88af0c5698a43fc70d4845.tar.gz
askama-8b195c51579785d80d88af0c5698a43fc70d4845.tar.bz2
askama-8b195c51579785d80d88af0c5698a43fc70d4845.zip
Bump version number to 0.4.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 6ad2bff..2c9a250 100644
--- a/askama_shared/Cargo.toml
+++ b/askama_shared/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "askama_shared"
-version = "0.3.4"
+version = "0.4.0"
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
workspace = ".."