Codebase list python-procrunner / 4f20796
Bump version: 1.0.2 → 1.1.0 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 1.1.0 (2019-11-04)
5 ------------------
6
7 * Add Python 3.8 support, drop Python 3.4 support
38
49 1.0.2 (2019-05-20)
510 ------------------
5151
5252 __author__ = """Markus Gerstel"""
5353 __email__ = "scientificsoftware@diamond.ac.uk"
54 __version__ = "1.0.2"
54 __version__ = "1.1.0"
5555
5656 logger = logging.getLogger("procrunner")
5757 logger.addHandler(logging.NullHandler())
00 [bumpversion]
1 current_version = 1.0.2
1 current_version = 1.1.0
22 commit = True
33 tag = True
44
5353 test_suite="tests",
5454 tests_require=test_requirements,
5555 url="https://github.com/DiamondLightSource/python-procrunner",
56 version="1.0.2",
56 version="1.1.0",
5757 zip_safe=False,
5858 )