Skip to content

Commit

Permalink
version bump for v0.5.1 release (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
wsavran authored Nov 15, 2021
1 parent cde2288 commit 5ea651d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# v0.5.1 (11/15/2021)

## Change-log
Modified plot_spatial_dataset and plot_catalog to correctly handle Global plots (#150)
Updated plot_customizations example in the docs (#150)
Added DOI badge and conda downloads badge (#156)
Added plotting args to catalog evaluation plots (#154)
Add option to ignore colorbar in spatial dataset plots (#154)

## Credits
William Savran (@wsavran)
Pablo Iturrieta (@pabloitu)

# v0.5.0 (11/03/2021)

## Change-log
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"downloadUrl": "https://github.com/sceccode/pycsep",
"issueTracker": "https://github.com/sceccode/pycsep/issues",
"name": "pyCSEP",
"version": "0.5.0",
"version": "v0.5.1",
"description": "The pyCSEP Toolkit helps earthquake forecast model developers evaluate their forecasts with the goal of understanding earthquake predictability.",
"applicationCategory": "Seismology",
"developmentStatus": "active",
Expand Down
2 changes: 1 addition & 1 deletion csep/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.5.0"
__version__ = "0.5.1"

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


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit 5ea651d

Please sign in to comment.