Skip to content

Commit 83b8376

Browse files
committed
Bump version: 0.3.0 → 0.4.0
1 parent a11acb1 commit 83b8376

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[bumpversion]
2-
current_version = 0.3.0
2+
current_version = 0.4.0
33

44
[bumpversion:file:blaster/metadata.py]
5-

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@ All changes made to this project will be documented here.
55
When adding changes, please follow the standards at the link below:
66
https://keepachangelog.com/en/1.0.0/
77

8-
## [0.3.0] - 2020-07-01
9-
### Added
10-
- Ability to set a timeout per task to exit when timeout is reached
8+
## [0.4.0] - 2020-07-01
119

12-
## Changed
10+
### Changed
1311
- Improved the worker class for handling both run types
1412

13+
## [0.3.0] - 2020-06-11
14+
### Added
15+
- Ability to set a timeout per task to exit when timeout is reached
16+
1517
## [0.2.0] - 2019-12-23
1618
### Added
1719
- Use bumpversion for making new releases

blaster/metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
]
77

88
__name__ = "blaster"
9-
__version__ = "0.3.0"
9+
__version__ = "0.4.0"

0 commit comments

Comments
 (0)