From 0a3809facbbaf3b5327e2c0b18bc36e097a80f4e Mon Sep 17 00:00:00 2001 From: Tahir Jalilov Date: Fri, 30 Jul 2021 09:46:03 +0400 Subject: [PATCH] v. 1.4.2 --- CHANGES.md | 3 +++ LICENSE.txt | 2 +- README.rst | 9 ++++++++- emoji/__init__.py | 8 ++++---- 4 files changed, 16 insertions(+), 6 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 8358021a..69062eb8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,9 @@ emoji ===== +1.4.2 +----- +* Delimiter for German time naming changed from ":" to "." 1.4.1 ----- diff --git a/LICENSE.txt b/LICENSE.txt index f92dc8aa..86570737 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ New BSD License -Copyright (c) 2014-2021, Taehoon Kim and Kevin Wurster +Copyright (c) 2014-2021, Taehoon Kim, Kevin Wurster and Tahir Jalilov All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/README.rst b/README.rst index 23624c19..1b678014 100644 --- a/README.rst +++ b/README.rst @@ -28,7 +28,10 @@ both the full list and aliases. .. -By default, the language is English (``language='en'``) but Spanish (``'es'``), Portuguese (``'pt'``), Italian (``'it'``), French (``'fr'``) and German (``'de'``) are also supported. +By default, the language is English (``language='en'``) but also supported languages are: + +Spanish (``'es'``), Portuguese (``'pt'``), Italian (``'it'``), French (``'fr'``), German (``'de'``) + .. code-block:: python @@ -120,3 +123,7 @@ Authors Taehoon Kim / `@carpedm20 `__ Kevin Wurster / `@geowurster `__ + +Maintainer +------- +Tahir Jalilov / `@TahirJalilov `__ diff --git a/emoji/__init__.py b/emoji/__init__.py index 493c40dc..03b663bb 100644 --- a/emoji/__init__.py +++ b/emoji/__init__.py @@ -29,15 +29,15 @@ 'EMOJI_ALIAS_UNICODE_ENGLISH', 'UNICODE_EMOJI_ALIAS_ENGLISH', ] -__version__ = '1.4.1' -__author__ = 'Taehoon Kim and Kevin Wurster' +__version__ = '1.4.2' +__author__ = 'Taehoon Kim, Kevin Wurster and Tahir Jalilov' __email__ = 'carpedm20@gmail.com' -# and wursterk@gmail.com +# and wursterk@gmail.com, tahir.jalilov@gmail.com __source__ = 'https://github.com/carpedm20/emoji/' __license__ = ''' New BSD License -Copyright (c) 2014-2021, Taehoon Kim and Kevin Wurster +Copyright (c) 2014-2021, Taehoon Kim, Kevin Wurster and Tahir Jalilov All rights reserved. Redistribution and use in source and binary forms, with or without