Skip to content

Commit

Permalink
Merge pull request #296 from cvzi/prepare_v2.12.0
Browse files Browse the repository at this point in the history
Prepare for v2.12.0
  • Loading branch information
TahirJalilov committed May 20, 2024
2 parents 77624cd + e05743f commit 099e3ad
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
emoji
=====

v2.12.0 (2024-05-19)
-----
* Move type annotations inline
* Use `functools.lru_cache` for looking up emoji by name with `get_emoji_by_name()`
* Move internal functions `get_emoji_unicode_dict()`, `get_aliases_unicode_dict()`, `_EMOJI_UNICODE` and `_ALIASES_UNICODE` to `testutils`
* Add type hints to tests
* Remove obsolete dev dependency `coveralls`

v2.11.1 (2024-04-21)
-----
* Add missing stubs for purely_emoji
Expand All @@ -9,7 +17,7 @@ v2.11.0 (2024-03-26)
-----
* Update to Unicode v15.1

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

Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ include LICENSE.txt
include MANIFEST.in
include README.rst
include CHANGES.md
include utils/testutils.py
recursive-include tests *.py
2 changes: 1 addition & 1 deletion emoji/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
'EMOJI_DATA', 'STATUS', 'LANGUAGES',
]

__version__ = '2.11.1'
__version__ = '2.12.0'
__author__ = 'Taehoon Kim, Kevin Wurster'
__email__ = 'carpedm20@gmail.com'
# and wursterk@gmail.com, tahir.jalilov@gmail.com
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ repository = "https://github.com/carpedm20/emoji/"
dev = [
"pytest>=7.4.4",
"coverage",
"coveralls",
]

[tool.setuptools.packages.find]
Expand Down

0 comments on commit 099e3ad

Please sign in to comment.