Skip to content

Commit 0e48bae

Browse files
committed
cleanup 3.18.0
1 parent c919567 commit 0e48bae

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-release-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88
repo_dir: nagstamon-jekyll/docs/repo
99
cr_image: ghcr.io/henriwahl/build-nagstamon
1010
# release type this file is used for
11-
release: latest
11+
release: stable
1212

1313
jobs:
1414
test:

Nagstamon/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ class AppInfo:
129129
contains app information previously located in GUI.py
130130
"""
131131
NAME = 'Nagstamon'
132-
VERSION = '3.17-20260222'
132+
VERSION = '3.18.0'
133133
WEBSITE = 'https://nagstamon.de'
134134
COPYRIGHT = '©2008-2026 Henri Wahl et al.'
135135
COMMENTS = 'Nagios status monitor for your desktop'

build/debian/changelog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
nagstamon (3.17-20260222) unstable; urgency=low
1+
nagstamon (3.18.0) stable; urgency=low
22

33
* New upstream
44
- added experimental web login via cookies
@@ -15,7 +15,7 @@ nagstamon (3.17-20260222) unstable; urgency=low
1515
- updated Qt6
1616
- code cleanup
1717

18-
-- Henri Wahl <henri@nagstamon.de> Sun, 22 Feb 2026 08:00:00 +0200
18+
-- Henri Wahl <henri@nagstamon.de> Thu, 26 Feb 2026 02:26:00 +0200
1919

2020
nagstamon (3.16.2) stable; urgency=low
2121

0 commit comments

Comments
 (0)