From 06145ad02786ad8b1f236d77095297239c6726a4 Mon Sep 17 00:00:00 2001 From: wsavran <35315438+wsavran@users.noreply.github.com> Date: Thu, 15 Apr 2021 07:42:50 -0700 Subject: [PATCH] v0.4.1 pre-release version bump (#114) - Update setup.py - Update conf.py - Update CHANGELOG.txt --- CHANGELOG.txt | 5 +++++ docs/conf.py | 2 +- setup.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 4a8ec7ac..c9aa0522 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,8 @@ +v0.4.1 04/14/2021 + - Added 'fast' projection option for plotting spatial datasets (#110) + - Fixed region border missing when plotted in various projections (#110) + - Fixed bug where ascii catalog-based forecasts could be incorrectly loaded (#111) + v0.4.0 03/24/2021 - Fixed issue in plot_poisson_consistency_test where one_sided_lower argument not coloring markers correctly - Added several plot configurations based on Cartopy diff --git a/docs/conf.py b/docs/conf.py index a8872f09..a84a70bb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -30,7 +30,7 @@ # The short X.Y version version = 'v0.4' # The full version, including alpha/beta/rc tags -release = 'v0.4.0' +release = 'v0.4.1' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index d8c9851d..7fa545f4 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='pycsep', - version='0.4.0', + version='v0.4.1', author='William Savran', author_email='wsavran@usc.edu', packages=find_packages(),