Skip to content

Commit

Permalink
updated version to 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gillian Sharer committed Dec 8, 2022
1 parent 9bbbece commit 939aa8b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
3.1.1
* updated conda pacakge versions when using './run_ispaq.py -U'

3.1.0
* addition of --sds argument for specifying Seiscomp SDS file naming convention NET.STA.LOC.CHAN.TYPE.YEAR.DAY
* bug fix for FDSN station web services that do not support optional parameter includerestricted
Expand Down
2 changes: 1 addition & 1 deletion ispaq/irisseismic.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ def _userAgent():
Create user agent string for use with new("IrisClient")
"""
#ispaq_version = ispaq.__version__
ispaq_version = '3.1.0'
ispaq_version = '3.1.1'

r_agent_string = ro.r("paste0('IRISSeismic/',installed.packages()['IRISSeismic','Version'],' RCurl/',installed.packages()['RCurl','Version'],' R/',R.version$major,'.',R.version$minor,' ',version$platform,' ISPAQ/')")
return(r_agent_string[0]+ispaq_version)
Expand Down
2 changes: 1 addition & 1 deletion ispaq/ispaq.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from _ast import Try
from numpy.random import sample

__version__ = "3.1.0"
__version__ = "3.1.1"

# dictionary of currently defined ISPAQ metric groups and business logic
# for comparison with R package IRISMustangMetrics/ISPAQUtils.R json
Expand Down

0 comments on commit 939aa8b

Please sign in to comment.