File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.3 .0
2
+ current_version = 0.4 .0
3
3
4
4
[bumpversion:file:blaster/metadata.py]
5
-
Original file line number Diff line number Diff line change @@ -5,13 +5,15 @@ All changes made to this project will be documented here.
5
5
When adding changes, please follow the standards at the link below:
6
6
https://keepachangelog.com/en/1.0.0/
7
7
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
11
9
12
- ## Changed
10
+ ### Changed
13
11
- Improved the worker class for handling both run types
14
12
13
+ ## [ 0.3.0] - 2020-06-11
14
+ ### Added
15
+ - Ability to set a timeout per task to exit when timeout is reached
16
+
15
17
## [ 0.2.0] - 2019-12-23
16
18
### Added
17
19
- Use bumpversion for making new releases
Original file line number Diff line number Diff line change 6
6
]
7
7
8
8
__name__ = "blaster"
9
- __version__ = "0.3 .0"
9
+ __version__ = "0.4 .0"
You can’t perform that action at this time.
0 commit comments