We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d44788d commit 805a982Copy full SHA for 805a982
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# CHANGELOG
2
3
+## v2.3.1 (2026-01-09)
4
+
5
+### Fix
6
7
+* use 'context' instead of 'ctx' in changelog template
8
## v2.3.0 (2026-01-08)
9
10
### Ci
check_netscaler/__init__.py
@@ -5,6 +5,6 @@
using the NITRO REST API.
"""
-__version__ = "2.3.0"
+__version__ = "2.3.1"
__author__ = "slauger"
__license__ = "MIT"
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "check_netscaler"
-version = "2.3.0"
+version = "2.3.1"
description = "Nagios/Icinga monitoring plugin for Citrix NetScaler ADC using NITRO REST API"
readme = "README.md"
requires-python = ">=3.8"
0 commit comments