Skip to content

Commit 06145ad

Browse files
authored
v0.4.1 pre-release version bump (#114)
- Update setup.py - Update conf.py - Update CHANGELOG.txt
1 parent 6e07a43 commit 06145ad

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v0.4.1 04/14/2021
2+
- Added 'fast' projection option for plotting spatial datasets (#110)
3+
- Fixed region border missing when plotted in various projections (#110)
4+
- Fixed bug where ascii catalog-based forecasts could be incorrectly loaded (#111)
5+
16
v0.4.0 03/24/2021
27
- Fixed issue in plot_poisson_consistency_test where one_sided_lower argument not coloring markers correctly
38
- Added several plot configurations based on Cartopy

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
# The short X.Y version
3131
version = 'v0.4'
3232
# The full version, including alpha/beta/rc tags
33-
release = 'v0.4.0'
33+
release = 'v0.4.1'
3434

3535

3636
# -- General configuration ---------------------------------------------------

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='pycsep',
9-
version='0.4.0',
9+
version='v0.4.1',
1010
author='William Savran',
1111
author_email='[email protected]',
1212
packages=find_packages(),

0 commit comments

Comments
 (0)