prepared version placeholder

placeholder is "VVVVV"
use patchVersion.sh to replace version for new release. Do not use this script in develop branch.
This commit is contained in:
2021-10-27 10:27:32 +02:00
parent 8b2b58be05
commit af7c6642ff
12 changed files with 16 additions and 12 deletions

View File

@@ -4,8 +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.
Subversion information:
$Id$
:version VVVVV
:license
Copyright 2020 Kasper Fischer <kasper.fischer@ruhr-uni-bochum.de>
@@ -379,8 +378,7 @@ if __name__ == "__main__":
epilog=u'$Revision$ ($Date$, $Author$)'.replace(
"$", ""))
parser.add_argument(u'-v', u'-V', u'--version', action='version',
version=u'$Revision$ ($Date$, \
$Author$)'.replace('$', ''))
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).')

View File

@@ -7,6 +7,8 @@ def application(environ, start_response):
:type start_response: function
:return: response to be sent to the client by the wsgi server
:rtype: list
:version: VVVVV
"""
from cgi import FieldStorage

View File

@@ -3,8 +3,7 @@
"""
Produce a dayplot from seismogram recordings
Subversion information:
$Id$
version: VVVVV
license: gpl3
Copyright 2012-2020 Seismological Observatory, Ruhr-University Bochum