From 5fbe48de777ef8992109d6ca849c2c64b45e1d51 Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Sun, 10 Mar 2024 19:27:39 +0100 Subject: [PATCH] update version number to 1.4 --- rendercv/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rendercv/__init__.py b/rendercv/__init__.py index cf05df0..906ee2f 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.3" +__version__ = "1.4"