A version configuration, comprising version schemes and modules
Methods
|
|
_run
check
incr
iterModules
set
show
|
|
_run
|
_run ( self )
Exceptions
|
|
InvocationError( "No such command: %s" % cmd )
|
|
|
check
|
check ( self, args )
Exceptions
|
|
InvocationError( "'check' command doesn't take arguments" )
|
|
|
incr
|
incr ( self, args )
Exceptions
|
|
InvocationError( "Must specify *one* part name to increment" )
|
|
|
iterModules
|
iterModules ( self )
|
|
set
|
set ( self, args )
Exceptions
|
|
InvocationError( "'set' requires 'name=value' arguments for each part" " you want to set." )
|
|
|
show
|
show ( self, args )
Exceptions
|
|
InvocationError( "'show' command takes at most one format" )
|
|
|