From dfc07fb18a8091c5cd73fac94cd8491c663c8982 Mon Sep 17 00:00:00 2001 From: Ben Krikler Date: Tue, 10 Nov 2020 06:46:28 +0100 Subject: [PATCH 1/2] Update CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f15a8b..2a3fe4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 From 31f66ec4df203eb2483dd8cd02cf4bb18a513c2b Mon Sep 17 00:00:00 2001 From: Ben Krikler Date: Tue, 10 Nov 2020 06:46:37 +0100 Subject: [PATCH 2/2] =?UTF-8?q?Bump=20version:=200.8.2=20=E2=86=92=200.9.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fast_plotter/version.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fast_plotter/version.py b/fast_plotter/version.py index daf5440..08cfed5 100644 --- a/fast_plotter/version.py +++ b/fast_plotter/version.py @@ -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 diff --git a/setup.cfg b/setup.cfg index e741c1f..194ace8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.2 +current_version = 0.9.0 commit = True tag = False