/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Jelmer Vernooij
  • Date: 2007-01-30 17:26:34 UTC
  • Revision ID: jelmer@samba.org-20070130172634-ov7ucauynnp5vso6
Warn about incompatible versions (taken from bzrtools, thanks Aaron).

Update version to 0.14.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
 
50
50
setup(
51
51
    name = "bzr-gtk",
52
 
    version = "0.13.0",
 
52
    version = "0.14.0",
53
53
    maintainer = "Jelmer Vernooij",
54
54
    maintainer_email = "jelmer@samba.org",
55
55
    description = "GTK+ Frontends for various Bazaar commands",