Skip to content

Commit

Permalink
v. 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TahirJalilov committed Jul 30, 2021
1 parent e9af8fe commit 0a3809f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
emoji
=====

1.4.2
-----
* Delimiter for German time naming changed from ":" to "."

1.4.1
-----
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-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
Expand Down
9 changes: 8 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -120,3 +123,7 @@ Authors
Taehoon Kim / `@carpedm20 <http://carpedm20.github.io/about/>`__

Kevin Wurster / `@geowurster <http://twitter.com/geowurster/>`__

Maintainer
-------
Tahir Jalilov / `@TahirJalilov <https://github.com/TahirJalilov>`__
8 changes: 4 additions & 4 deletions emoji/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__ = '[email protected]'
# and [email protected]
# and [email protected], [email protected]
__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
Expand Down

0 comments on commit 0a3809f

Please sign in to comment.