Skip to content

Commit 35f9acf

Browse files
release 1.27.0
1 parent 9077076 commit 35f9acf

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.rst

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

4+
v1.27.0 (2023-02-12)
5+
--------------------
6+
7+
Features
8+
~~~~~~~~
9+
- Updated documentation `(#554) <https://github.com/AutoFlowResearch/SmartPeak/pull/554>`_
10+
- Preset Workflow `(#553) <https://github.com/AutoFlowResearch/SmartPeak/pull/553>`_
11+
412
v1.26.0 (2022-08-29)
513
--------------------
614

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake/Windows")
9393
# SmartPeak Version Information
9494
#------------------------------------------------------------------------------
9595
set(SMARTPEAK_PACKAGE_VERSION_MAJOR 1)
96-
set(SMARTPEAK_PACKAGE_VERSION_MINOR 26)
96+
set(SMARTPEAK_PACKAGE_VERSION_MINOR 27)
9797
set(SMARTPEAK_PACKAGE_VERSION_PATCH 0)
9898

9999
#------------------------------------------------------------------------------

0 commit comments

Comments
 (0)