Skip to content

Commit

Permalink
Bump version: 0.3.0 → 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryankwilliams committed Jul 1, 2020
1 parent a11acb1 commit 83b8376
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[bumpversion]
current_version = 0.3.0
current_version = 0.4.0

[bumpversion:file:blaster/metadata.py]

10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ All changes made to this project will be documented here.
When adding changes, please follow the standards at the link below:
https://keepachangelog.com/en/1.0.0/

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

## Changed
### Changed
- Improved the worker class for handling both run types

## [0.3.0] - 2020-06-11
### Added
- Ability to set a timeout per task to exit when timeout is reached

## [0.2.0] - 2019-12-23
### Added
- Use bumpversion for making new releases
Expand Down
2 changes: 1 addition & 1 deletion blaster/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
]

__name__ = "blaster"
__version__ = "0.3.0"
__version__ = "0.4.0"

0 comments on commit 83b8376

Please sign in to comment.