diff --git a/CHANGELOG.md b/CHANGELOG.md index e20539c..866ad02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/fast_carpenter/version.py b/fast_carpenter/version.py index b708b46..465d112 100644 --- a/fast_carpenter/version.py +++ b/fast_carpenter/version.py @@ -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 diff --git a/setup.cfg b/setup.cfg index 6c6befe..889fb8f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.17.1 +current_version = 0.17.2 commit = True tag = False diff --git a/setup.py b/setup.py index d3adbac..a9c3a89 100644 --- a/setup.py +++ b/setup.py @@ -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 = []