~mysql/mysql-utilities/1.3.2

« back to all changes in this revision

Viewing changes to mysql/utilities/__init__.py

  • Committer: chuck.bell at oracle
  • Date: 2013-04-04 13:00:03 UTC
  • Revision ID: chuck.bell@oracle.com-20130404130003-h5qw0gdd2c58fl8p
Setting new version for new tree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Major, Minor, Patch, Status
2
 
VERSION = (1, 3, 0, 'a', 0)
 
2
VERSION = (1, 3, 1, 'a', 0)
3
3
WORKBENCH_VERSION = (5, 2, 47)
4
4
 
5
5
VERSION_STRING = "%s.%s.%s" % VERSION[0:3]