~jmuc/picard/default-ascii

« back to all changes in this revision

Viewing changes to contrib/plugins/titlecase.py

  • Committer: Lukáš Lalinský
  • Date: 2011-05-29 17:24:39 UTC
  • Revision ID: lalinsky@gmail.com-20110529172439-r3cbi361ewczmsvv
Mark some plugins as compatible with 0.15

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
PLUGIN_AUTHOR = u"Javier Kohen"
10
10
PLUGIN_DESCRIPTION = "Capitalize First Character In Every Word Of A Title"
11
11
PLUGIN_VERSION = "0.1"
12
 
PLUGIN_API_VERSIONS = ["0.9", "0.10", "0.11"]
 
12
PLUGIN_API_VERSIONS = ["0.9", "0.10", "0.11", "0.15"]
13
13
 
14
14
import unicodedata
15
15