Codebase list python-procrunner / 73fa71e
Bump version: 0.5.0 → 0.5.1 Markus Gerstel 6 years ago
4 changed file(s) with 8 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
00 =======
11 History
22 =======
3
4 0.5.1 (2018-04-27)
5 ------------------
6
7 * Fix Win32API dependency installation on Windows.
38
49 0.5.0 (2018-04-26)
510 ------------------
5151
5252 __author__ = """Markus Gerstel"""
5353 __email__ = 'scientificsoftware@diamond.ac.uk'
54 __version__ = '0.5.0'
54 __version__ = '0.5.1'
5555
5656 logger = logging.getLogger('procrunner')
5757 logger.addHandler(logging.NullHandler())
00 [bumpversion]
1 current_version = 0.5.0
1 current_version = 0.5.1
22 commit = True
33 tag = True
44
4949 test_suite='tests',
5050 tests_require=test_requirements,
5151 url='https://github.com/DiamondLightSource/python-procrunner',
52 version='0.5.0',
52 version='0.5.1',
5353 zip_safe=False,
5454 )