From 2352dbe79fe33361394c7a7edeb16eb992ca604b Mon Sep 17 00:00:00 2001 From: Alessandro Molina Date: Wed, 25 Mar 2020 08:56:58 +0100 Subject: [PATCH] Version 2.2.9 --- CHANGELOG.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5958096..6078059 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,7 +1,7 @@ Changelog ========= -2.2.8 +2.2.9 ----- - Fix loading of templates on some systems where system encoding is not UTF8 (templates are always loaded as utf8) diff --git a/setup.py b/setup.py index 3eeeab3..2b7f4fd 100644 --- a/setup.py +++ b/setup.py @@ -73,7 +73,7 @@ def get_description(fname='README.rst'): setup( name='tw2.core', - version='2.2.8', + version='2.2.9', description='The runtime components for ToscaWidgets 2, a web widget toolkit.', long_description=get_description(), author='Paul Johnston, Christopher Perkins, Alberto Valverde Gonzalez & contributors',