Skip to content

Commit

Permalink
Merge pull request #114 from FAST-HEP/BK_upgrade_atsge
Browse files Browse the repository at this point in the history
Upgrade atsge
  • Loading branch information
benkrikler authored Feb 25, 2020
2 parents 5b50822 + 061070e commit a8fd325
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.17.2] - 2020-02-25
### Changed
- Upgrade atsge to v0.2.1

## [0.17.1] - 2020-02-16
### Changed
- Updated version in setup.py to mark as a new version
Expand Down
2 changes: 1 addition & 1 deletion fast_carpenter/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.17.1'
__version__ = '0.17.2'
version_info = split_version(__version__) # noqa
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.17.1
current_version = 0.17.2
commit = True
tag = False

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.2.0', 'fast-flow', 'fast-curator', 'awkward',
requirements = ['atuproot==0.1.13', 'atsge==0.2.1', 'fast-flow', 'fast-curator', 'awkward',
'pandas', 'numpy', 'numba', 'numexpr', 'uproot>=3']
repositories = []

Expand Down

0 comments on commit a8fd325

Please sign in to comment.