~ubuntu-branches/ubuntu/utopic/retext/utopic

« back to all changes in this revision

Viewing changes to ReText/__init__.py

  • Committer: Package Import Robot
  • Author(s): Dmitry Shachnev
  • Date: 2014-06-14 19:22:20 UTC
  • mfrom: (20.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20140614192220-z8pqbehnnd13f7yc
Tags: 4.1.3-1
* New upstream bugfix release.
* Should no longer have python3.3 depends (closes: #751572).

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
QFont = QtGui.QFont
29
29
 
30
30
app_name = "ReText"
31
 
app_version = "4.1.2"
 
31
app_version = "4.1.3"
32
32
 
33
33
settings = QSettings('ReText project', 'ReText')
34
34