Skip to content

Commit 9fae1bf

Browse files
committed
Release v0.9.2
1 parent 366af64 commit 9fae1bf

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.zenodo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"title": "Seiscat: keep a local seismic catalog",
3-
"version": "0.9.1",
3+
"version": "0.9.2",
44
"description": "SeisCat is a command-line software tool for building, maintaining, and querying local seismic catalogs. It integrates event data from FDSNWS web services and local files in multiple formats, storing them in a portable SQLite database for efficient access and analysis. In addition to catalog management, SeisCat supports visualization, export, waveform and station metadata retrieval, and automated event-based processing through user-defined scripts.",
55
"upload_type": "software",
66
"license": "GPL-3.0-or-later",

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Copyright (c) 2022-2026 Claudio Satriano <satriano@ipgp.fr>
77
/\_/\
88
~~( ⊙.⊙ )~~ SeiScat
99

10-
## [unreleased]
10+
## [0.9.2] - 2026-04-20
1111

1212
### Added
1313

@@ -268,7 +268,7 @@ More ways of feeding the catalog will be added in the future.
268268

269269
The local catalog is stored in a SQLite database (single file database).
270270

271-
[unreleased]: https://github.com/SeismicSource/seiscat/compare/v0.9.1...HEAD
271+
[0.9.2]: https://github.com/SeismicSource/seiscat/compare/v0.9.1...v0.9.2
272272
[0.9.1]: https://github.com/SeismicSource/seiscat/compare/v0.9...v0.9.1
273273
[0.9]: https://github.com/SeismicSource/seiscat/compare/v0.8...v0.9
274274
[0.8]: https://github.com/SeismicSource/seiscat/compare/v0.7...v0.8

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
cff-version: 1.2.0
22
message: "If you use this software, please cite it as below."
33
title: "SeisCat: Keep a local seismic catalog"
4-
version: "0.9.1"
5-
date-released: "2026-04-17"
4+
version: "0.9.2"
5+
date-released: "2026-04-20"
66
type: software
77
abstract: "SeisCat is a command-line software tool for building, maintaining, and querying local seismic catalogs. It integrates event data from FDSNWS web services and local files in multiple formats, storing them in a portable SQLite database for efficient access and analysis. In addition to catalog management, SeisCat supports visualization, export, waveform and station metadata retrieval, and automated event-based processing through user-defined scripts."
88
license: "GPL-3.0-or-later"

0 commit comments

Comments
 (0)