~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to version.py

  • Committer: Aaron Bentley
  • Date: 2011-02-02 02:01:15 UTC
  • mto: This revision was merged to the branch mainline in revision 755.
  • Revision ID: aaron@aaronbentley.com-20110202020115-2340vrvxsv7k4uz6
Update for release 2.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
    return main_version + sub_string
76
76
 
77
77
 
78
 
version_info = (2, 3, 0)
 
78
version_info = (2, 3, 1)
79
79
__version__ = _format_version_tuple(version_info)