~jorge/charms/precise/juju-gui/add-default-values

« back to all changes in this revision

Viewing changes to server/guiserver/__init__.py

  • Committer: Rick Harding
  • Date: 2014-04-09 19:04:29 UTC
  • mfrom: (60.13.103 juju-gui-trunk)
  • Revision ID: rick.harding@canonical.com-20140409190429-m4k6jw7ev7jddfrv
New charm release

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
which originally made the request.
38
38
"""
39
39
 
40
 
VERSION = (0, 3, 0)
 
40
VERSION = (0, 4, 0)
41
41
 
42
42
 
43
43
def get_version():