Codebase list python-mockito / 9967ee5
master is 1.2.3-dev herr kaste 3 years ago
2 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
00 [bumpversion]
1 current_version = 1.2.2
1 current_version = 1.2.3-dev
22 commit = True
33 message = Bump version to {new_version}
44 tag = True
4343 from .matchers import any, contains, times
4444 from .verification import never
4545
46 __version__ = '1.2.2'
46 __version__ = '1.2.3-dev'
4747
4848 __all__ = [
4949 'mock',