From 77275d0367da89c6382802fec826195d282659a1 Mon Sep 17 00:00:00 2001 From: Shadi Naif Date: Mon, 4 Sep 2023 11:09:03 +0300 Subject: [PATCH] feat: bump version to (1.2.0) Bump version to include --merge-js and --no-partial options --- i18n/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/__init__.py b/i18n/__init__.py index 247ce76..5a1d191 100644 --- a/i18n/__init__.py +++ b/i18n/__init__.py @@ -6,7 +6,7 @@ from . import config -__version__ = '1.1.1' +__version__ = '1.2.0' class Runner: