diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a758a6..6beb012 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed ### Removed +## [0.14.3] - 2019-10-07 +### Added +- Give fast-flow the "fast_carpenter" backend, issue #84, PR #85 [@lorenafreitas](https://github.com/lorenafreitas) + ## [0.14.2] - 2019-10-06 ### Added - JaggedNth supports negative indexing, PR #81 [@pmk21](https://github.com/pmk21!) diff --git a/fast_carpenter/version.py b/fast_carpenter/version.py index 5fa7d0b..ed1f3f9 100644 --- a/fast_carpenter/version.py +++ b/fast_carpenter/version.py @@ -12,5 +12,5 @@ def split_version(version): return tuple(result) -__version__ = '0.14.2' +__version__ = '0.14.3' version_info = split_version(__version__) # noqa diff --git a/setup.cfg b/setup.cfg index a5226c3..e9018cb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.14.2 +current_version = 0.14.3 commit = True tag = False