~bzr-explorer-dev/bzr-explorer/1.1

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Alexander Belchenko
  • Date: 2011-07-11 16:25:37 UTC
  • Revision ID: bialix@ukr.net-20110711162537-l2iau41oxxgcaf6p
Tags: release-1.1.4
prepare 1.1.4 release

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
bzr_plugin_name = 'explorer'
10
10
 
11
 
bzr_plugin_version = (1, 1, 4, 'dev', 0)
 
11
bzr_plugin_version = (1, 1, 4, 'final', 0)
12
12
bzr_minimum_version = (2, 1, 0)
13
13
bzr_maximum_version = None
14
14
 
15
15
if __name__ == '__main__':
16
16
    setup(name="explorer",
17
 
          version="1.1.4dev",
 
17
          version="1.1.4",
18
18
          description="desktop application for using Bazaar.",
19
19
          author="Canonical Ltd",
20
20
          author_email="bazaar@lists.canonical.com",