ReportIncludePlugin: bumped up the version to 0.6 and made it PEP-440 compatible version string
@@ -8,7 +8,7 @@ | ||
8 | 8 | author_email='wadahiro@gmail.com', |
9 | 9 | url = "http://sourceforge.jp/projects/shibuya-trac/wiki/plugins%2FReportIncludePlugin", |
10 | 10 | description='Trac plugin for include a report (with graph) in a wiki page', |
11 | - version='0.5-SNAPSHOT', | |
11 | + version='0.6', | |
12 | 12 | license='New BSD', |
13 | 13 | packages=find_packages(exclude=['*.tests*']), |
14 | 14 | package_data={'reportinclude': ['htdocs/css/*.css', 'htdocs/css/jqplot/*.css', 'htdocs/js/*.js', |