~stub/juju-wait/trunk-migrated-to-git

« back to all changes in this revision

Viewing changes to juju_wait/__init__.py

  • Committer: Stuart Bishop
  • Date: 2016-09-12 23:15:03 UTC
  • Revision ID: stuart@stuartbishop.net-20160912231503-plwll0rzi039kqjo
Version bump to 2.3.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
import time
30
30
 
31
31
 
32
 
__version__ = '2.3.7'
 
32
__version__ = '2.3.8'
33
33
 
34
34
 
35
35
class DescriptionAction(argparse.Action):