Bump to v2.5

This commit is contained in:
Sina Atalay
2025-12-10 18:34:46 +03:00
parent 1fcf6cd7cd
commit d6b6d2ddfa
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ build-backend = "uv_build" # Build-backend object for building RenderCV
[project]
# Metadata about RenderCV.
name = 'rendercv'
version = '2.4'
version = '2.5'
description = 'Typst-based CV/resume generator'
authors = [{ name = 'Sina Atalay', email = 'dev@atalay.biz' }]
license = "MIT"

View File

@@ -1,6 +1,6 @@
import warnings
__version__ = "2.4"
__version__ = "2.5"
__description__ = (
"Write your CV or resume as YAML and get PDF. Built for academics and engineers."
)