diff --git a/README.md b/README.md index 092c17d..27e5f2c 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,6 @@ Install the plugin by creating a Python Egg, as instructed on the Trac Wiki at: * Copy the egg file to the plugins directory of the project environment. * Make sure the web server has sufficient permissions to read the plugin egg and restart the web server. If you are running as a "tracd" standalone server, restart tracd (i.e. kill the process and run again). -# Problems -An initial 1.0 release has not been released yet, and problems could thus still be present. If you have notice a problem, please let me know by creating an issue on the GitHub repository at https://github.com/joro75/TracMediaWikiSignature/issues. +# Problems? +If you have noticed a problem, please let me know by creating an issue on the GitHub repository at https://github.com/joro75/TracMediaWikiSignature/issues. On that same location also a list of all known bugs is available. diff --git a/setup.py b/setup.py index 6d8d068..30c42e0 100644 --- a/setup.py +++ b/setup.py @@ -16,13 +16,13 @@ description='Trac plugin for using the MediaWiki signature in wiki pages', keywords='trac wiki plugin', platforms='any', - version='0.8.0.1', + version='1.0.0.0', license='MIT', author='John de Rooij', author_email='john.de.rooij@gmail.com', url=PluginHomepageURL, long_description=""" - This plugin for Trac 1.0 provides support for using the + This plugin for Trac >= 1.0 provides support for using the MediaWiki signature ('~~~~') during wiki page editing, where the signature will be replaced by the editors username and the date and time of the edit. @@ -36,4 +36,4 @@ 'TracMediaWikiSignature = tracplugins.mediawikisignature', ], }, -) \ No newline at end of file +)