~thomas-deruyter-3/qreator/qreator

« back to all changes in this revision

Viewing changes to qreator/QreatorWindow.py

  • Committer: David Planella
  • Date: 2013-05-08 17:54:24 UTC
  • Revision ID: david.planella@ubuntu.com-20130508175424-b6ayz3o214cgv09q
Added new contributor, bumped version number

Show diffs side-by-side

added added

removed removed

Lines of Context:
184
184
        about.set_website("http://davidplanella.org/project-showcase/qreator/")
185
185
 
186
186
        #FIXME: the version should be picked up from setup.py
187
 
        about.set_version('13.04')
 
187
        about.set_version('13.05')
188
188
        about.set_authors([
189
189
            'David Planella <david.planella@ubuntu.com>',
190
190
            'Stefan Schwarzburg <stefan.schwarzburg@googlemail.com>',
192
192
            'Andrew Starr-Bochicchio <andrewsomething@ubuntu.com>',
193
193
            'Jef Spaleta <jspaleta@fedoraproject.org>',
194
194
            'Fong LH <fonglh@gmail.com>',
 
195
            'Ilya Volchanetskiy <volchanetskiy@ukr.net>'
195
196
            ])
196
197
        about.set_license(_('Distributed under the GPL v3 license.') +
197
198
                '\nhttp://www.opensource.org/licenses/gpl-3.0.html')