Skip to content

Commit

Permalink
Bump version to 2.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cvzi committed Jan 9, 2025
1 parent fb22b58 commit d25d8d4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
emoji
=====

v2.14.1 (2025-01-10)
-----
* Use `importlib.resources` to load json files #311
* Update translations to Unicode release-46-1

v2.14.0 (2024-10-02)
-----
* Update to Unicode 16.0
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
New BSD License

Copyright (c) 2014-2024, Taehoon Kim, Kevin Wurster
Copyright (c) 2014-2025, Taehoon Kim, Kevin Wurster
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
4 changes: 2 additions & 2 deletions emoji/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
'LANGUAGES',
]

__version__ = '2.14.0'
__version__ = '2.14.1'
__author__ = 'Taehoon Kim, Kevin Wurster'
__email__ = '[email protected]'
# and [email protected], [email protected]
__source__ = 'https://github.com/carpedm20/emoji/'
__license__ = """
New BSD License
Copyright (c) 2014-2024, Taehoon Kim, Kevin Wurster
Copyright (c) 2014-2025, Taehoon Kim, Kevin Wurster
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand Down

0 comments on commit d25d8d4

Please sign in to comment.