Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Codes to v15.1 #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions demoji/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
import importlib_resources

# Download endpoint
EMOJI_VERSION = "13.1"
EMOJI_VERSION = "15.1"
URL = "https://unicode.org/Public/emoji/%s/emoji-test.txt" % EMOJI_VERSION


Expand Down Expand Up @@ -153,9 +153,7 @@ def replace_with_desc(string, sep=":"):


# This variable is updated automatically from scripts/download_codes.py
_LDT = datetime.datetime(
2021, 7, 18, 19, 57, 25, 20304, tzinfo=datetime.timezone.utc
) # noqa: E501
_LDT = datetime.datetime(2023, 12, 16, 11, 46, 58, 173037, tzinfo=datetime.timezone.utc) # noqa: E501


def last_downloaded_timestamp():
Expand Down
2 changes: 1 addition & 1 deletion demoji/codes.json

Large diffs are not rendered by default.