Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinOrlowski committed Aug 6, 2021
1 parent 6c5d31a commit 9c62744
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions transtool/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}',
]

Expand Down

0 comments on commit 9c62744

Please sign in to comment.