Skip to content

Commit 2ea8cd4

Browse files
committed
version 2.10.1
1 parent 614ca90 commit 2ea8cd4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Diff for: CHANGES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
emoji
22
=====
33

4+
v2.10.1 (TBD)
5+
-----
6+
* Fix slow import when debugging in Python 3.12 #280
7+
48
v2.10.0 (2024-01-18)
59
-----
610
* Added Arabic and Turkish translations

Diff for: emoji/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
'EMOJI_DATA', 'STATUS', 'LANGUAGES',
2626
]
2727

28-
__version__ = '2.10.0'
28+
__version__ = '2.10.1'
2929
__author__ = 'Taehoon Kim, Kevin Wurster'
3030
__email__ = '[email protected]'
3131
3232
__source__ = 'https://github.com/carpedm20/emoji/'
3333
__license__ = '''
3434
New BSD License
3535
36-
Copyright (c) 2014-2023, Taehoon Kim, Kevin Wurster
36+
Copyright (c) 2014-2024, Taehoon Kim, Kevin Wurster
3737
All rights reserved.
3838
3939
Redistribution and use in source and binary forms, with or without

0 commit comments

Comments
 (0)