~roadmr/checkbox/1331528-usb3

« back to all changes in this revision

Viewing changes to plainbox/plainbox/__init__.py

  • Committer: Daniel Manrique
  • Author(s): Sylvain Pineau
  • Date: 2014-06-16 22:16:08 UTC
  • mfrom: (3068.2.9 checkbox-release-final)
  • Revision ID: daniel_manrique-20140616221608-dz7ucd2mj6tp8cp5
"automatic merge by tarmac [r=sylvain-pineau][bug=][author=sylvain-pineau]"

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
# PEP386 compliant version declaration.
36
36
#
37
37
# This is used by @public decorator to enforce our public API guarantees.
38
 
__version__ = (0, 6, 0, "dev", 0)
 
38
__version__ = (0, 7, 0, "dev", 0)