Skip to content

Commit

Permalink
Merge pull request #281 from cvzi/one_line_dict
Browse files Browse the repository at this point in the history
One line dict
  • Loading branch information
TahirJalilov committed Jan 31, 2024
2 parents ec64b72 + 2ea8cd4 commit 645331c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 86,938 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
max-parallel: 8
matrix:
python-version: [3.6, 3.7, 3.8, 3.9, "3.10", "3.11", "3.12-dev"]
python-version: [3.6, 3.7, 3.8, 3.9, "3.10", "3.11", "3.12", "3.13-dev"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down
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 645331c

Please sign in to comment.