Skip to content

Commit

Permalink
release 1.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bertrandboudaud committed Sep 14, 2022
1 parent ef0093c commit fef8952
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ jobs:
apt-key adv --keyserver keyserver.ubuntu.com --recv-key C99B11DEB97541F0
apt-add-repository https://cli.github.com/packages
apt-get update
apt-get install -y gh curl wget jq
apt-get install -y --allow-unauthenticated gh curl wget jq
pip install -r tools/smartpeak/requirements.txt
GHR_VERSION=0.13.0
GHR_URL=https://github.com/tcnksm/ghr/releases/download/v${GHR_VERSION}/ghr_v${GHR_VERSION}_linux_amd64.tar.gz
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
SmartPeak Changelog
===================

v1.26.0 (2022-08-29)
--------------------

Fix
~~~
- Using latest OpenMS modifications related to DDA implementation

v1.25.0 (2022-08-02)
--------------------

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake/Windows")
# SmartPeak Version Information
#------------------------------------------------------------------------------
set(SMARTPEAK_PACKAGE_VERSION_MAJOR 1)
set(SMARTPEAK_PACKAGE_VERSION_MINOR 25)
set(SMARTPEAK_PACKAGE_VERSION_MINOR 26)
set(SMARTPEAK_PACKAGE_VERSION_PATCH 0)

#------------------------------------------------------------------------------
Expand Down

0 comments on commit fef8952

Please sign in to comment.