Skip to content

Commit

Permalink
Merge pull request #61 from FAST-HEP/BK_prep-0.10.2
Browse files Browse the repository at this point in the history
Prep 0.10.2
  • Loading branch information
benkrikler authored Jun 24, 2021
2 parents cd6583f + a57cc5b commit c6d93c3
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.10.2] - 2021-06-24
### Fixed
- Postproc: Fix default value for value_cols on command line, PR #60, [@DBAnthony](https://github.com/DBAnthony)

## [0.10.1] - 2021-06-22
### Fixed
- Postproc: Built-in command-line help, PR #59
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.10.1'
__version__ = '0.10.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.10.1
current_version = 0.10.2
commit = True
tag = False

Expand Down

0 comments on commit c6d93c3

Please sign in to comment.