aboutsummaryrefslogtreecommitdiffstats
path: root/askama_derive
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-03-08 20:06:46 +0100
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-03-08 20:06:46 +0100
commit1d513f2781139d02615b1f9f6e25c4d479eefecc (patch)
treef1a9a47407c94dfbe1f15947fe92958693713f30 /askama_derive
parent6cf4907be849f0fac164b365e776f0e1113cbbde (diff)
downloadaskama-1d513f2781139d02615b1f9f6e25c4d479eefecc.tar.gz
askama-1d513f2781139d02615b1f9f6e25c4d479eefecc.tar.bz2
askama-1d513f2781139d02615b1f9f6e25c4d479eefecc.zip
Version bump to 0.3.0
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 6e0cc3c..2c9380a 100644
--- a/askama_derive/Cargo.toml
+++ b/askama_derive/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "askama_derive"
-version = "0.2.1"
+version = "0.3.0"
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
description = "Procedural macro package for Askama"
homepage = "https://github.com/djc/askama"