diff --git a/CHANGES.md b/CHANGES.md index b5197b6..010b479 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/LICENSE.txt b/LICENSE.txt index 9197525..8813d46 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -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 diff --git a/emoji/__init__.py b/emoji/__init__.py index 7d3ea77..a494653 100644 --- a/emoji/__init__.py +++ b/emoji/__init__.py @@ -21,7 +21,7 @@ 'LANGUAGES', ] -__version__ = '2.14.0' +__version__ = '2.14.1' __author__ = 'Taehoon Kim, Kevin Wurster' __email__ = 'carpedm20@gmail.com' # and wursterk@gmail.com, tahir.jalilov@gmail.com @@ -29,7 +29,7 @@ __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