~replaceafill/schooltool/ark_packaging

« back to all changes in this revision

Viewing changes to src/schooltool/basicperson/person.py

  • Committer: Douglas Cerna
  • Date: 2015-05-27 22:16:05 UTC
  • mfrom: (1.1.52)
  • Revision ID: douglascerna@yahoo.com-20150527221605-6cl5a6jtej6mwqeo
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
161
161
 
162
162
class PersonCatalog(AttributeCatalog):
163
163
 
164
 
    version = '3 - updated title'
 
164
    version = '3.1 - bump after person importer update'
165
165
    interface = IBasicPerson
166
166
    attributes = ('__name__', 'title', 'first_name', 'last_name')
167
167