Skip to content

Commit

Permalink
Bump version to 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Aug 2, 2017
1 parent 8ff2e31 commit 02e0f78
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions askama/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "askama"
version = "0.3.3"
version = "0.3.4"
authors = ["Dirkjan Ochtman <[email protected]>"]
description = "Type-safe, compiled Jinja-like templates for Rust"
documentation = "https://docs.rs/askama"
Expand All @@ -16,4 +16,4 @@ readme = "../README.md"
travis-ci = { repository = "djc/askama" }

[dependencies]
askama_derive = { path = "../askama_derive", version = "0.3.3" }
askama_derive = { path = "../askama_derive", version = "0.3.4" }
2 changes: 1 addition & 1 deletion askama_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "askama_derive"
version = "0.3.3"
version = "0.3.4"
authors = ["Dirkjan Ochtman <[email protected]>"]
description = "Procedural macro package for Askama"
homepage = "https://github.com/djc/askama"
Expand Down

0 comments on commit 02e0f78

Please sign in to comment.