Skip to content

Commit

Permalink
Merge tag '2.2.2' into develop
Browse files Browse the repository at this point in the history
Release version 2.2.2
  • Loading branch information
moschlar committed Jul 26, 2014
2 parents a038826 + f036f80 commit 6009a70
Show file tree
Hide file tree
Showing 3 changed files with 10 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.2
-----

- Fix CompoundWidget and MatchValidator
- Fix archive_tw2_resources `8956e83 <https://github.com/toscawidgets/tw2.core/commit/8956e832ea3944f9f6ebd0f28d1f514644c68bcd>`_
- Fix DateValidator and DateTimeValidator to be in sync with tw2.forms `06da5b9 <https://github.com/toscawidgets/tw2.core/commit/06da5b9023c576b4efb73187d53d6c9a9f691f4d>`_

2.2.1
-----

Expand Down
3 changes: 2 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ ToscaWidgets 2 library packages follow the same naming convention, for example:
* IRC channel: ``#toscawidgets`` on ``irc.freenode.net``
* Bug tracker: `The toscawidgets github account
<https://github.com/toscawidgets/tw2.core/issues>`_.

* (All ToscaWidgets 2 issues should go here, regardless of which
component the issue exists in. However, ToscaWidgets 0.9 bugs
must not go on this tracker.)
* :doc:`Changelog </changelog>`

----

Expand All @@ -71,6 +71,7 @@ ToscaWidgets 2 library packages follow the same naming convention, for example:
design
devtools
history
changelog


Indices and tables
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def get_description(fname='README.rst'):

setup(
name='tw2.core',
version='2.2.1.1',
version='2.2.2',
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 6009a70

Please sign in to comment.