Skip to content

Commit 4f07aa6

Browse files
Merge pull request #31 from EarthScope/change-update
update CHANGELOG
2 parents d3130fe + baa823e commit 4f07aa6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
3.3.0
2+
* adds more support for EarthScope PH5 data and https://service.earthscope.org/ph5ws/evalresp
3+
14
3.2.1
25
* fixes bug related to unspecified station_url or event_url
36

ispaq/irisseismic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ def _userAgent():
448448
Create user agent string for use with new("IrisClient")
449449
"""
450450
# ispaq_version = ispaq.__version__
451-
ispaq_version = "3.2.1"
451+
ispaq_version = "3.3.0"
452452

453453
r_agent_string = ro.r(
454454
"paste0('IRISSeismic/',installed.packages()['IRISSeismic','Version'],' RCurl/',installed.packages()['RCurl','Version'],' R/',R.version$major,'.',R.version$minor,' ',version$platform,' ISPAQ/')"

0 commit comments

Comments
 (0)