Codebase list python-mockito / 7a7d85b
Bump version to 1.2.1 herr kaste 4 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.1-dev
1 current_version = 1.2.1
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.1-dev'
46 __version__ = '1.2.1'
4747
4848 __all__ = [
4949 'mock',