Codebase list python-procrunner / a6dcecf
Bump version: 0.7.0 → 0.7.1 Markus Gerstel 4 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.7.1 (2018-09-03)
5 ------------------
6
7 * Accept environment variable overriding with numeric values.
38
49 0.7.0 (2018-05-13)
510 ------------------
5252
5353 __author__ = """Markus Gerstel"""
5454 __email__ = 'scientificsoftware@diamond.ac.uk'
55 __version__ = '0.7.0'
55 __version__ = '0.7.1'
5656
5757 logger = logging.getLogger('procrunner')
5858 logger.addHandler(logging.NullHandler())
00 [bumpversion]
1 current_version = 0.7.0
1 current_version = 0.7.1
22 commit = True
33 tag = True
44
5151 test_suite='tests',
5252 tests_require=test_requirements,
5353 url='https://github.com/DiamondLightSource/python-procrunner',
54 version='0.7.0',
54 version='0.7.1',
5555 zip_safe=False,
5656 )