Skip to content

Commit

Permalink
Merge pull request #41 from FAST-HEP/BK_v0.5.0
Browse files Browse the repository at this point in the history
Bk v0.5.0
  • Loading branch information
benkrikler authored Jan 27, 2020
2 parents fa2c29e + 5083797 commit ee6dd32
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]
### Added
- Support for handling files which can't be opened PR #36 [@seriksen](https://github.com/seriksen)
### Changed
### Removed

## [0.5.0] - 2020-01-27
### Added
- Support for handling files which can't be opened PR #36 [@seriksen](https://github.com/seriksen)

## [0.4.1] - 2019-10-06
### Changed
- Save tree_name as single string if only one tree included, PR #30
Expand Down
2 changes: 1 addition & 1 deletion fast_curator/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ def split_version(version):
return tuple(result)


__version__ = '0.4.1'
__version__ = '0.5.0'
version_info = split_version(__version__) # noqa
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.1
current_version = 0.5.0
commit = True
tag = False

Expand All @@ -18,4 +18,3 @@ test = pytest

[tool:pytest]
collect_ignore = ['setup.py']

0 comments on commit ee6dd32

Please sign in to comment.