From 3ebb2af2d76dcd74c6b9a0bde634f277371a209e Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Wed, 11 Apr 2012 14:11:51 -0400 Subject: [PATCH] 2.0.2 release for rpmlint fixes. --- python-tw2-forms.spec | 6 +++++- setup.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-tw2-forms.spec b/python-tw2-forms.spec index e5a9840..5da481e 100644 --- a/python-tw2-forms.spec +++ b/python-tw2-forms.spec @@ -3,7 +3,7 @@ %global modname tw2.forms Name: python-tw2-forms -Version: 2.0.1 +Version: 2.0.2 Release: 1 Summary: Forms for ToscaWidgets2 @@ -72,6 +72,10 @@ rm -rf %{buildroot} %{python_sitelib}/* %changelog +* Wed Apr 11 2012 Ralph Bean - 2.0.2-1 +- Update for latest tw2.forms release. +- Fixes rpmlint errors. Execution bit in templates, wat? + * Thu Apr 05 2012 Ralph Bean - 2.0.1-1 - Update for latest tw2.forms release. diff --git a/setup.py b/setup.py index 89bbf22..5c3451f 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='tw2.forms', - version='2.0.1', + version='2.0.2', description='The basic form widgets for ToscaWidgets 2.', long_description = open('README.txt').read().split('\n\n', 1)[1], author='Paul Johnston, Christopher Perkins, Alberto Valverde & contributors',