Skip to content

Commit

Permalink
Merge pull request #298 from cvzi/fix_297
Browse files Browse the repository at this point in the history
Release 2.12.1
  • Loading branch information
TahirJalilov committed May 20, 2024
2 parents 099e3ad + 7ea7b05 commit e83cf4a
Show file tree
Hide file tree
Showing 3 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.12.1 (2024-05-20)
-----
* `typing-extensions` requires at least version `4.7.0` #297

v2.12.0 (2024-05-19)
-----
* Move type annotations inline
Expand Down
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.12.0'
__version__ = '2.12.1'
__author__ = 'Taehoon Kim, Kevin Wurster'
__email__ = 'carpedm20@gmail.com'
# and wursterk@gmail.com, tahir.jalilov@gmail.com
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ classifiers = [
"Typing :: Typed"
]
dependencies = [
"typing_extensions",
"typing_extensions >= 4.7.0",
]
dynamic = ["version"]

Expand Down

0 comments on commit e83cf4a

Please sign in to comment.