This website works better with JavaScript.
Home
Help
Register
Sign In
miili
/
grond
forked from
pyrocko/grond
Watch
1
Star
0
Fork
0
Code
Releases
11
Activity
Browse Source
release v1.2.0
station_distr_new
v1.2.0
Sebastian Heimann
2 years ago
parent
c9f6666394
commit
6d0b81eeb3
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
CHANGELOG.md
+1
-1
setup.py
+ 1
- 1
CHANGELOG.md
View File
@ -4,7 +4,7 @@ All notable changes to Grond will be documented in this file.
The format is based on [
Keep a Changelog
](
https://keepachangelog.com/en/1.0.0/
).
## [
Unreleased]
## [
1.2.0] 2019-02-19
### Added
- Waveform targets: switch to change to acceleration / velocity fitting.
+ 1
- 1
setup.py
View File
@ -7,7 +7,7 @@ from setuptools import setup
from
setuptools.command.install
import
install
from
setuptools.command.build_py
import
build_py
version
=
'
1.
1.1
'
version
=
'
1.
2.0
'
class
CustomInstallCommand
(
install
)
:
Write
Preview
Loading…
Cancel
Save