set version to "v1.0 (2021-10-27)"

This commit is contained in:
2021-10-27 10:30:22 +02:00
parent af7c6642ff
commit 95fb75ef14
18 changed files with 20 additions and 20 deletions

View File

@@ -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 VVVVV
:version v1.0 (2021-10-27)
: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'VVVVV')
version=u'v1.0 (2021-10-27)')
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).')

View File

@@ -8,7 +8,7 @@ def application(environ, start_response):
:return: response to be sent to the client by the wsgi server
:rtype: list
:version: VVVVV
:version: v1.0 (2021-10-27)
"""
from cgi import FieldStorage

View File

@@ -3,7 +3,7 @@
"""
Produce a dayplot from seismogram recordings
version: VVVVV
version: v1.0 (2021-10-27)
license: gpl3
Copyright 2012-2020 Seismological Observatory, Ruhr-University Bochum