Skip to content

Commit

Permalink
Merge pull request #113 from FAST-HEP/BK_prep_v0.17
Browse files Browse the repository at this point in the history
Upgrade atsge
  • Loading branch information
benkrikler authored Feb 17, 2020
2 parents 74e2792 + 44d720c commit 5b50822
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]
## [0.17.1] - 2020-02-16
### Fixed
### Changed
- Updated version in setup.py to mark as a new version
- Upgrade atsge to v0.2.0

## [0.17.0] - 2020-02-16
### Add
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def get_version():
return _globals["__version__"]


requirements = ['atuproot==0.1.13', 'atsge==0.1.11', 'fast-flow', 'fast-curator', 'awkward',
requirements = ['atuproot==0.1.13', 'atsge==0.2.0', 'fast-flow', 'fast-curator', 'awkward',
'pandas', 'numpy', 'numba', 'numexpr', 'uproot>=3']
repositories = []

Expand Down

0 comments on commit 5b50822

Please sign in to comment.