~sylvain-pineau/checkbox/fix-open-without-encoding

« back to all changes in this revision

Viewing changes to plainbox/plainbox/__init__.py

  • Committer: Sylvain Pineau
  • Author(s): Pierre Equoy
  • Date: 2016-07-25 03:22:01 UTC
  • mfrom: (4439.3.13 trunk)
  • Revision ID: sylvain_pineau-20160725032201-d0jrgks4sewwclkj
"Release_2016_Week30 [r=pierre-equoy][bug=1331302,1341769,1347120,1382321,1383447,1387782,1387843,1388055,1388747,1389253,1399481,1400646,1403933,1406719,1410501,1428615,1451343,1451541][author=checkbox-dev]"

Show diffs side-by-side

added added

removed removed

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