Skip to content

Commit c8dcc55

Browse files
release 1.7.0
1 parent 8fdc09b commit c8dcc55

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
SmartPeak Changelog
22
===================
33

4+
v1.7.0 (2020-06-07)
5+
-------------------
6+
7+
Features
8+
~~~~~~~~
9+
- Reworked FilePicker Handlers `(#371) <https://github.com/AutoFlowResearch/SmartPeak/pull/371>`_
10+
11+
Fix
12+
~~~
13+
- Fixed crash when loading multiple sequences `(#373) <https://github.com/AutoFlowResearch/SmartPeak/pull/373>`_
14+
- Fixed set path in FilePicker `(#372) <https://github.com/AutoFlowResearch/SmartPeak/pull/372>`_
15+
416
v1.6.0 (2020-05-25)
517
-------------------
618

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake/Windows")
8080
# SmartPeak Version Information
8181
#------------------------------------------------------------------------------
8282
set(SMARTPEAK_PACKAGE_VERSION_MAJOR 1)
83-
set(SMARTPEAK_PACKAGE_VERSION_MINOR 6)
83+
set(SMARTPEAK_PACKAGE_VERSION_MINOR 7)
8484
set(SMARTPEAK_PACKAGE_VERSION_PATCH 0)
8585

8686
#------------------------------------------------------------------------------

0 commit comments

Comments
 (0)