From ec64b72e8c98897c6b9c0e0d2aa72b5d439a20ee Mon Sep 17 00:00:00 2001 From: Tahir Jalilov Date: Thu, 18 Jan 2024 22:21:52 +0100 Subject: [PATCH] v2.10.0 added to changelog --- .gitignore | 1 + CHANGES.md | 4 ++++ LICENSE.txt | 2 +- emoji/__init__.py | 2 +- 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2bcc0914..c95343ed 100644 --- a/.gitignore +++ b/.gitignore @@ -59,3 +59,4 @@ target/ # JetBrains PyCharm .idea/ /.pytest_cache/ +.vscode/ diff --git a/CHANGES.md b/CHANGES.md index 07e4464e..d21dd516 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,10 @@ emoji ===== +v2.10.0 (2024-01-18) +----- +* Added Arabic and Turkish translations + v2.9.0 (2023-12-05) ----- * Added Russian translation diff --git a/LICENSE.txt b/LICENSE.txt index 2523647e..91975259 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ New BSD License -Copyright (c) 2014-2023, Taehoon Kim, Kevin Wurster +Copyright (c) 2014-2024, Taehoon Kim, Kevin Wurster All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/emoji/__init__.py b/emoji/__init__.py index 291c052c..17446354 100644 --- a/emoji/__init__.py +++ b/emoji/__init__.py @@ -25,7 +25,7 @@ 'EMOJI_DATA', 'STATUS', 'LANGUAGES', ] -__version__ = '2.9.0' +__version__ = '2.10.0' __author__ = 'Taehoon Kim, Kevin Wurster' __email__ = 'carpedm20@gmail.com' # and wursterk@gmail.com, tahir.jalilov@gmail.com