Skip to content

Commit

Permalink
version 2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cvzi committed Jan 30, 2024
1 parent 614ca90 commit 2ea8cd4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
emoji
=====

v2.10.1 (TBD)
-----
* Fix slow import when debugging in Python 3.12 #280

v2.10.0 (2024-01-18)
-----
* Added Arabic and Turkish translations
Expand Down
4 changes: 2 additions & 2 deletions emoji/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
'EMOJI_DATA', 'STATUS', 'LANGUAGES',
]

__version__ = '2.10.0'
__version__ = '2.10.1'
__author__ = 'Taehoon Kim, Kevin Wurster'
__email__ = 'carpedm20@gmail.com'
# and wursterk@gmail.com, tahir.jalilov@gmail.com
__source__ = 'https://github.com/carpedm20/emoji/'
__license__ = '''
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
Expand Down

0 comments on commit 2ea8cd4

Please sign in to comment.