Skip to content

Commit

Permalink
Merge branch 'release/2.0.2' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed May 3, 2012
2 parents 8e090c3 + c572421 commit 06bada3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 4 additions & 1 deletion python-tw2-excanvas.spec
Expand Up @@ -3,7 +3,7 @@
%global modname tw2.excanvas

Name: python-tw2-excanvas
Version: 2.0.1
Version: 2.0.2
Release: 1%{?dist}
Summary: Excanvas for ToscaWidgets2

Expand Down Expand Up @@ -47,6 +47,9 @@ PYTHONPATH=$(pwd) python setup.py test
%{python_sitelib}/*

%changelog
* Thu May 03 2012 Ralph Bean <rbean@redhat.com> - 2.0.2-1
- Upstream release, removes spurious dependency on tw2.forms.

* Wed May 02 2012 Ralph Bean <rbean@redhat.com> - 2.0.1-1
- Upstream release, includes proper LICENSE file.

Expand Down
3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -7,7 +7,7 @@

setup(
name='tw2.excanvas',
version='2.0.1',
version='2.0.2',
description='toscawidgets2 wrapper for excanvas.js resource',
long_description='',
author='Ralph Bean',
Expand All @@ -16,7 +16,6 @@
url='http://github.com/toscawidgets/tw2.excanvas',
install_requires=[
"tw2.core>=2.0b2",
"tw2.forms",
],
tests_require = ['nose', 'BeautifulSoup', 'genshi'],
packages=['tw2', 'tw2.excanvas'],
Expand Down

0 comments on commit 06bada3

Please sign in to comment.