From 8a02cd35cddf44ef7cd519ea564c8272688b0ec8 Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Tue, 16 Apr 2024 16:04:42 +0300 Subject: [PATCH] bump version to 1.8 --- rendercv/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rendercv/__init__.py b/rendercv/__init__.py index 9f2d9a3..171fcc4 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.7" +__version__ = "1.8"