Skip to content

Commit

Permalink
Version 2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
amol- committed May 17, 2018
1 parent 8249ed1 commit 857c375
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,12 @@
Changelog
=========

2.2.5
-----

- Added english transation, so that the gettext translator finds it and prefers english when multiple languages are involved and english is the favourite one.
- Fixed an issue with i18n translator on Python3

2.2.4
------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -69,7 +69,7 @@ def get_description(fname='README.rst'):

setup(
name='tw2.core',
version='2.2.4',
version='2.2.5',
description='The runtime components for ToscaWidgets 2, a web widget toolkit.',
long_description=get_description(),
author='Paul Johnston, Christopher Perkins, Alberto Valverde Gonzalez & contributors',
Expand Down

0 comments on commit 857c375

Please sign in to comment.