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(),