Skip to content

Commit

Permalink
Bump version number to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Sep 7, 2017
1 parent 54f0549 commit 08bf32b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions askama/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "askama"
version = "0.4.0"
version = "0.5.0"
authors = ["Dirkjan Ochtman <[email protected]>"]
description = "Type-safe, compiled Jinja-like templates for Rust"
documentation = "https://docs.rs/askama"
Expand All @@ -22,8 +22,8 @@ with-iron = ["iron", "askama_derive/iron"]
with-rocket = ["rocket", "askama_derive/rocket"]

[dependencies]
askama_derive = { path = "../askama_derive", version = "0.4.0" }
askama_shared = { version = "0.4.0", path = "../askama_shared" }
askama_derive = { path = "../askama_derive", version = "0.5.0" }
askama_shared = { version = "0.5.0", path = "../askama_shared" }
iron = { version = "0.5", optional = true }
rocket = { version = "0.3", optional = true }

Expand Down
4 changes: 2 additions & 2 deletions askama_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "askama_derive"
version = "0.4.0"
version = "0.5.0"
authors = ["Dirkjan Ochtman <[email protected]>"]
description = "Procedural macro package for Askama"
homepage = "https://github.com/djc/askama"
Expand All @@ -17,5 +17,5 @@ iron = ["askama_shared/iron"]
rocket = ["askama_shared/rocket"]

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

0 comments on commit 08bf32b

Please sign in to comment.