Skip to content

Commit

Permalink
Changelog for v2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TahirJalilov committed Dec 5, 2023
1 parent cca0d57 commit 91ddb34
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ var/
*.egg-info/
.installed.cfg
*.egg
*.DS_Store

# PyInstaller
# Usually these files are written by a python script from a template
Expand Down
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
emoji
=====

v2.9.0 (2023-12-05)
-----
* Added Russian translation

v2.8.0 (2023-08-16)
-----
* Update translations to unicode release-43-1
Expand Down
2 changes: 1 addition & 1 deletion emoji/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
'EMOJI_DATA', 'STATUS', 'LANGUAGES',
]

__version__ = '2.8.0'
__version__ = '2.9.0'
__author__ = 'Taehoon Kim, Kevin Wurster'
__email__ = '[email protected]'
# and [email protected], [email protected]
Expand Down

0 comments on commit 91ddb34

Please sign in to comment.