From 145549ee9935a5de4f4dbba1a56ea7652094ab72 Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Tue, 27 Feb 2024 18:44:07 +0100 Subject: [PATCH] update version number to 1.2 --- rendercv/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rendercv/__init__.py b/rendercv/__init__.py index 4ba06b3..2a65eff 100644 --- a/rendercv/__init__.py +++ b/rendercv/__init__.py @@ -4,4 +4,4 @@ RenderCV is a $\\LaTeX$ CV generator from a JSON/YAML input file. The primary mo behind the RenderCV is to allow the separation between the content and design of a CV. """ -__version__ = "1.1" +__version__ = "1.2"