Skip to content

Commit d84f890

Browse files
release 1.26.0 (#550)
Co-authored-by: bertrandboudaud <bertrand.boudaud@gmail.com>
1 parent ef0093c commit d84f890

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ jobs:
378378
apt-key adv --keyserver keyserver.ubuntu.com --recv-key C99B11DEB97541F0
379379
apt-add-repository https://cli.github.com/packages
380380
apt-get update
381-
apt-get install -y gh curl wget jq
381+
apt-get install -y --allow-unauthenticated gh curl wget jq
382382
pip install -r tools/smartpeak/requirements.txt
383383
GHR_VERSION=0.13.0
384384
GHR_URL=https://github.com/tcnksm/ghr/releases/download/v${GHR_VERSION}/ghr_v${GHR_VERSION}_linux_amd64.tar.gz

CHANGELOG.rst

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

4+
v1.26.0 (2022-08-29)
5+
--------------------
6+
7+
Fix
8+
~~~
9+
- Using latest OpenMS modifications related to DDA implementation
10+
411
v1.25.0 (2022-08-02)
512
--------------------
613

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 25)
96+
set(SMARTPEAK_PACKAGE_VERSION_MINOR 26)
9797
set(SMARTPEAK_PACKAGE_VERSION_PATCH 0)
9898

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

0 commit comments

Comments
 (0)