Skip to content

Commit cfe7bb2

Browse files
committed
Increment version.
1 parent d4e96db commit cfe7bb2

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ execute_process(
3535
COMMAND git rev-parse --short HEAD
3636
OUTPUT_VARIABLE PROJECT_GITHASH
3737
OUTPUT_STRIP_TRAILING_WHITESPACE)
38-
set(PROJECT_VERSION "0.6.4")
38+
set(PROJECT_VERSION "0.7.0")
3939

4040
# Global CMake options
4141
set(CMAKE_INCLUDE_CURRENT_DIR ON)

HISTORY.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
v0.7.0 (2019-10-16)
2+
-------------------
3+
- Added: Instructions for command line operation to manual
4+
- Improved: plots of the CompatibleRvtMotion dialog
5+
- Improved: log messages
6+
- Fixed: Crash on clearing of output
7+
- Fixed: Issue with inconsistent time series length
8+
- Fixed: Logic of smooth spectrum in FrequencyDependentCalculator
9+
110
v0.6.4 (2019-08-06)
211
-------------------
312
- Fixed manual included in installers

0 commit comments

Comments
 (0)