From 9c62744b45de1838edd897f3ed15f65602a49edf Mon Sep 17 00:00:00 2001 From: Marcin Orlowski Date: Fri, 6 Aug 2021 09:56:36 +0200 Subject: [PATCH] Version bump --- docs/CHANGES.md | 2 +- transtool/const.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/CHANGES.md b/docs/CHANGES.md index cb27d70..c497a84 100644 --- a/docs/CHANGES.md +++ b/docs/CHANGES.md @@ -6,7 +6,7 @@ # Changelog # -* dev +* v2.1.0 (2021-08-06) * Rebranded and renamed project to `trans-tool`. * Fixed config loader not handling Checks' sections properly. * Corrected config file syntax documentation. diff --git a/transtool/const.py b/transtool/const.py index 12f08ff..05b91ad 100644 --- a/transtool/const.py +++ b/transtool/const.py @@ -12,12 +12,12 @@ class Const(object): APP_NAME: str = 'trans-tool' - APP_VERSION: str = '2.0.0' + APP_VERSION: str = '2.1.0' APP_URL: str = 'https://github.com/MarcinOrlowski/trans-tool/' APP_DESCRIPTION: List[str] = [ f'{APP_NAME} v{APP_VERSION} * Copyright 2021 by Marcin Orlowski.', - 'The *.properties file checker and syncing tool.', + 'The translation files checker and syncing tool.', f'{APP_URL}', ]