Skip to content

Commit

Permalink
Merge pull request #86 from FAST-HEP/BK_changelog_bumpversion
Browse files Browse the repository at this point in the history
Update changelog and bump patch number
  • Loading branch information
benkrikler authored Oct 7, 2019
2 parents 4bb6231 + fce7dc3 commit c33b83d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!)
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.14.2'
__version__ = '0.14.3'
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.14.2
current_version = 0.14.3
commit = True
tag = False

Expand Down

0 comments on commit c33b83d

Please sign in to comment.