Skip to content

Commit 805a982

Browse files
author
semantic-release
committed
2.3.1
Automatically generated by python-semantic-release
1 parent d44788d commit 805a982

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## v2.3.1 (2026-01-09)
4+
5+
### Fix
6+
7+
* use 'context' instead of 'ctx' in changelog template
38
## v2.3.0 (2026-01-08)
49

510
### Ci

check_netscaler/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
using the NITRO REST API.
66
"""
77

8-
__version__ = "2.3.0"
8+
__version__ = "2.3.1"
99
__author__ = "slauger"
1010
__license__ = "MIT"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "check_netscaler"
7-
version = "2.3.0"
7+
version = "2.3.1"
88
description = "Nagios/Icinga monitoring plugin for Citrix NetScaler ADC using NITRO REST API"
99
readme = "README.md"
1010
requires-python = ">=3.8"

0 commit comments

Comments
 (0)