Skip to content

Commit

Permalink
Merge pull request #24 from joro75/Version1.0
Browse files Browse the repository at this point in the history
Version1.0
  • Loading branch information
joro75 authored Jan 5, 2020
2 parents 38839a3 + 5cb1197 commit 85129c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
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.
Expand All @@ -36,4 +36,4 @@
'TracMediaWikiSignature = tracplugins.mediawikisignature',
],
},
)
)

0 comments on commit 85129c8

Please sign in to comment.