Bump version numbers for release

This commit is contained in:
Dirkjan Ochtman 2024-01-18 11:27:10 +01:00
parent 79738ff238
commit eb4c4ec915
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "askama_derive"
version = "0.12.4"
version = "0.12.5"
description = "Procedural macro package for Askama"
homepage = "https://github.com/djc/askama"
repository = "https://github.com/djc/askama"

View File

@ -1,6 +1,6 @@
[package]
name = "askama_parser"
version = "0.2.0"
version = "0.2.1"
description = "Parser for Askama templates"
documentation = "https://docs.rs/askama"
keywords = ["markup", "template", "jinja2", "html"]