Skip to content

Commit

Permalink
Merge pull request #168 from novonordisk-research/release
Browse files Browse the repository at this point in the history
Release 2.6.0
  • Loading branch information
github-actions[bot] authored Mar 12, 2024
2 parents 53073f3 + 67f569f commit 4f14765
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"2023, Søren Furbo, Samual Burnage, Erik Trygg, Jacob Kofoed, Søren Bertelsen"
)
author = "Søren Furbo, Samual Burnage, Erik Trygg, Jacob Kofoed, Søren Bertelsen"
release = "2.5.1"
release = "2.6.0"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "Opti_HPLC_Handler"
version = "2.5.1"
version = "2.6.0"
description = "Simplified proxy API for interacting with the Waters Empower Web API."
readme = "README.md"
requires-python = ">=3.8"
Expand Down Expand Up @@ -94,7 +94,7 @@ pythonpath = [
]

[tool.bumpver]
current_version = "2.5.1"
current_version = "2.6.0"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
tag_message = "{new_version}"
Expand Down
2 changes: 1 addition & 1 deletion src/OptiHPLCHandler/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from .empower_instrument_method import EmpowerInstrumentMethod
from .empower_module_method import EmpowerModuleMethod

__version__ = "2.5.1"
__version__ = "2.6.0"

__all__ = [
"DataField",
Expand Down

0 comments on commit 4f14765

Please sign in to comment.