diff --git a/debian/changelog b/debian/changelog index 2a6e07e..30dc3b6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +proxlb (1.1.4~b1) stable; urgency=medium + + * ProxLB 1.1.4 beta 1 + + -- Florian Paul Azim Hoberg Tue, 24 Jun 2025 09:56:02 +0000 + proxlb (1.1.3) stable; urgency=medium * Add relaod (SIGHUP) function to ProxLB to reload the configuration. (Closes: #189) diff --git a/proxlb/utils/version.py b/proxlb/utils/version.py index daf03d5..70bfa9d 100644 --- a/proxlb/utils/version.py +++ b/proxlb/utils/version.py @@ -3,5 +3,5 @@ __app_desc__ = "A DRS alike loadbalancer for Proxmox clusters." __author__ = "Florian Paul Azim Hoberg " __copyright__ = "Copyright (C) 2025 Florian Paul Azim Hoberg (@gyptazy)" __license__ = "GPL-3.0" -__version__ = "1.1.3" +__version__ = "1.1.4b1" __url__ = "https://github.com/gyptazy/ProxLB" diff --git a/setup.py b/setup.py index f1b8108..b8288a6 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name="proxlb", - version="1.1.3", + version="1.1.4b1", description="A DRS alike loadbalancer for Proxmox clusters.", long_description="An advanced DRS alike loadbalancer for Proxmox clusters that also supports maintenance modes and affinity/anti-affinity rules.", author="Florian Paul Azim Hoberg",