diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e4b8b9..8afb980 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/setup.py b/setup.py index 18af182..1a6a8f1 100644 --- a/setup.py +++ b/setup.py @@ -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):