Skip to content

Commit

Permalink
v0.4.1 pre-release version bump (#114)
Browse files Browse the repository at this point in the history
- Update setup.py
- Update conf.py
- Update CHANGELOG.txt
  • Loading branch information
wsavran authored Apr 15, 2021
1 parent 6e07a43 commit 06145ad
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='pycsep',
version='0.4.0',
version='v0.4.1',
author='William Savran',
author_email='[email protected]',
packages=find_packages(),
Expand Down

0 comments on commit 06145ad

Please sign in to comment.