Skip to content

Commit

Permalink
Merge pull request #50 from FAST-HEP/BK_release_0.9.0
Browse files Browse the repository at this point in the history
Prep for release 0.9.0
  • Loading branch information
benkrikler authored Nov 10, 2020
2 parents 36cc9f2 + 31f66ec commit 3d56e49
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 @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
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).

## [0.9.0] - 2020-11-10
### Added
- Option to control query engine in postproc, PR #49 [@eshwen](https://github.com/eshwen)

## [0.8.2] - 2020-09-29
### Fixed
- Issue with uncertainty band on stacked plots, PR #45
Expand Down
2 changes: 1 addition & 1 deletion fast_plotter/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.8.2'
__version__ = '0.9.0'
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.8.2
current_version = 0.9.0
commit = True
tag = False

Expand Down

0 comments on commit 3d56e49

Please sign in to comment.