Skip to content

Commit

Permalink
v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TahirJalilov committed Jun 8, 2023
1 parent 3b2324c commit 6d8a412
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
13 changes: 10 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
emoji
=====

v2.5.0 (2023-06-08)
-----
* Added support for Multi-person skintones
* Removed support for Python 2, 3.4, 3.5
* The logic from demojize() is moved to two separate private function tokenize() and filter_tokens() in a new file emoji/tokenizer.py
* A new public function analyze() is available and that supports the multi-person skintones

v2.4.0 (2023-03-12)
-----
* Added Japanese and Korean
Expand All @@ -12,9 +19,9 @@ v2.3.0 (2023-02-04)

v2.2.0 (2022-10-31)
-----
* Add support for Unicode Version 15
* Add more translations for existing languages: (similar to Turkish Language)
* Add Readme on how to add a language
* Added support for Unicode Version 15
* Added more translations for existing languages: (similar to Turkish Language)
* Added Readme on how to add a language
* Fix 2.0.0: sphinx warnings reference target not found

v2.1.0 (2022-09-17)
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
New BSD License

Copyright (c) 2014-2022, Taehoon Kim, Kevin Wurster and Tahir Jalilov
Copyright (c) 2014-2023, Taehoon Kim, Kevin Wurster
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion emoji/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
'EMOJI_DATA', 'STATUS', 'LANGUAGES',
]

__version__ = '2.4.0'
__version__ = '2.5.0'
__author__ = 'Taehoon Kim, Kevin Wurster'
__email__ = 'carpedm20@gmail.com'
# and wursterk@gmail.com, tahir.jalilov@gmail.com
Expand Down

0 comments on commit 6d8a412

Please sign in to comment.