Skip to content

Commit 5ea651d

Browse files
authored
version bump for v0.5.1 release (#161)
1 parent cde2288 commit 5ea651d

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# v0.5.1 (11/15/2021)
2+
3+
## Change-log
4+
Modified plot_spatial_dataset and plot_catalog to correctly handle Global plots (#150)
5+
Updated plot_customizations example in the docs (#150)
6+
Added DOI badge and conda downloads badge (#156)
7+
Added plotting args to catalog evaluation plots (#154)
8+
Add option to ignore colorbar in spatial dataset plots (#154)
9+
10+
## Credits
11+
William Savran (@wsavran)
12+
Pablo Iturrieta (@pabloitu)
13+
114
# v0.5.0 (11/03/2021)
215

316
## Change-log

codemeta.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"downloadUrl": "https://github.com/sceccode/pycsep",
1010
"issueTracker": "https://github.com/sceccode/pycsep/issues",
1111
"name": "pyCSEP",
12-
"version": "0.5.0",
12+
"version": "v0.5.1",
1313
"description": "The pyCSEP Toolkit helps earthquake forecast model developers evaluate their forecasts with the goal of understanding earthquake predictability.",
1414
"applicationCategory": "Seismology",
1515
"developmentStatus": "active",

csep/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.5.0"
1+
__version__ = "0.5.1"
22

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.5'
3232
# The full version, including alpha/beta/rc tags
33-
release = 'v0.5.0'
33+
release = 'v0.5.1'
3434

3535

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

0 commit comments

Comments
 (0)