Skip to content

Commit 645331c

Browse files
authored
Merge pull request #281 from cvzi/one_line_dict
One line dict
2 parents ec64b72 + 2ea8cd4 commit 645331c

File tree

4 files changed

+9
-86938
lines changed

4 files changed

+9
-86938
lines changed

Diff for: .github/workflows/pythonTests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
max-parallel: 8
1515
matrix:
16-
python-version: [3.6, 3.7, 3.8, 3.9, "3.10", "3.11", "3.12-dev"]
16+
python-version: [3.6, 3.7, 3.8, 3.9, "3.10", "3.11", "3.12", "3.13-dev"]
1717
steps:
1818
- uses: actions/checkout@v3
1919
- name: Set up Python ${{ matrix.python-version }}

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)