Skip to content

Commit

Permalink
Version 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
amol- committed Feb 1, 2016
1 parent 2f3dda7 commit 23ee88d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

2.2.4
------

- Templating now uses render_unicode to render mako templates and avoid unicode dance `ecc33fc <https://github.com/toscawidgets/tw2.core/commit/ecc33fc211b904c5aa0c88647245d37fe8cd7338>`_
- Avoid modifying validation messages dict while iterating on it `66c7e3d <https://github.com/toscawidgets/tw2.core/commit/66c7e3d8d0bcae6fe6d55bd5144c7991e02fe654>`_
- Fix Genshi relative imports when running test suite on top directory

2.2.3
-------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

# General information about the project.
project = u'ToscaWidgets 2'
copyright = u'2010-2013, Paul Johnston, Christopher Perkins, Alberto Valverde González and contributors'
copyright = u'2010-2016, Paul Johnston, Christopher Perkins, Alberto Valverde González and contributors'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def get_description(fname='README.rst'):

setup(
name='tw2.core',
version='2.2.3',
version='2.2.4',
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 23ee88d

Please sign in to comment.