create new release v1.1 (2021-10-31)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
Get waveform data from FDSN web service and create a fancy plot
|
||||
This programme runs as a script or as a WSGI application.
|
||||
|
||||
:version v1.1 (2021-10-31)
|
||||
:version VVVVV
|
||||
|
||||
:license
|
||||
Copyright 2020 Kasper Fischer <kasper.fischer@ruhr-uni-bochum.de>
|
||||
@@ -378,7 +378,7 @@ if __name__ == "__main__":
|
||||
epilog=u'$Revision$ ($Date$, $Author$)'.replace(
|
||||
"$", ""))
|
||||
parser.add_argument(u'-v', u'-V', u'--version', action='version',
|
||||
version=u'v1.1 (2021-10-31)')
|
||||
version=u'VVVVV')
|
||||
parser.add_argument(u'-u', u'--url', action='store', dest='server',
|
||||
default=u'https://ariadne.geophysik.ruhr-uni-bochum.de',
|
||||
help=u'Base URL of the FDSN web service (https://ariadne.geophysik.ruhr-uni-bochum.de).')
|
||||
|
||||
@@ -8,7 +8,7 @@ def application(environ, start_response):
|
||||
:return: response to be sent to the client by the wsgi server
|
||||
:rtype: list
|
||||
|
||||
:version: v1.1 (2021-10-31)
|
||||
:version: VVVVV
|
||||
"""
|
||||
|
||||
from cgi import FieldStorage
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"""
|
||||
Produce a dayplot from seismogram recordings
|
||||
|
||||
version: v1.1 (2021-10-31)
|
||||
version: VVVVV
|
||||
|
||||
license: gpl3
|
||||
Copyright 2012-2020 Seismological Observatory, Ruhr-University Bochum
|
||||
|
||||
Reference in New Issue
Block a user