aboutsummaryrefslogtreecommitdiffstats
path: root/askama_derive
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-08-02 20:54:07 +0200
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-08-02 20:54:07 +0200
commit91fe53d9b5db7ace5f82889a174ef5061a049771 (patch)
tree7dd4e8f9a40bc5f90b5994e44295b0a8357fc4e1 /askama_derive
parent9330f4f5842871b29cb079dd090f1ec6f133d2f7 (diff)
downloadaskama-91fe53d9b5db7ace5f82889a174ef5061a049771.tar.gz
askama-91fe53d9b5db7ace5f82889a174ef5061a049771.tar.bz2
askama-91fe53d9b5db7ace5f82889a174ef5061a049771.zip
Bump version number to 0.3.3
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 885b11a..5f65f23 100644
--- a/askama_derive/Cargo.toml
+++ b/askama_derive/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "askama_derive"
-version = "0.3.2"
+version = "0.3.3"
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
description = "Procedural macro package for Askama"
homepage = "https://github.com/djc/askama"