Skip to content
Snippets Groups Projects
Commit ce0867ec authored by Robert Greschke's avatar Robert Greschke
Browse files

New concatenation commands. Other small adjustments.

parent a465cfda
No related branches found
Tags 2019.289
1 merge request!6New Version of Bline: 2019.297
Pipeline #673 passed with stage
in 1 minute and 33 seconds
This commit is part of merge request !6. Comments created here will be created in the context of that merge request.
......@@ -36,3 +36,11 @@ History
bline.py 5555 -b
to get a list of the warnings. 5555 may be any number for this test.
* Fixed up the long version of the Help a bit.
2019.289 (2019-10-16)
* Added the -A command that will combine all of the offloaded files
into a .ALL file.
* Added the -G command that will combine all of the files for a
channel into one file. The file names are close to the miniseed
file names produced by sdrsplit.
* Changed the command line switch for a couple commands.
......@@ -4,4 +4,4 @@
__author__ = """IRIS PASSCAL"""
__email__ = 'software-support@passcal.nmt.edu'
__version__ = '2018.135'
__version__ = '2019.289'
This diff is collapsed.
package:
name: bline
version: 2019.269
version: 2019.289
source:
path: ..
......
[bumpversion]
current_version = 2019.269
current_version = 2019.289
commit = True
tag = True
......
......@@ -53,6 +53,6 @@ setup(
packages=find_packages(include=['bline']),
test_suite='tests',
url='https://git.passcal.nmt.edu/passoft/bline',
version='2019.269',
version='2019.289',
zip_safe=False,
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment