diff --git a/.changelogs/1.1.5/release_meta.yml b/.changelogs/1.1.5/release_meta.yml new file mode 100644 index 0000000..c19765d --- /dev/null +++ b/.changelogs/1.1.5/release_meta.yml @@ -0,0 +1 @@ +date: TBD diff --git a/debian/changelog b/debian/changelog index dc9d08c..21e7ef1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +proxlb (1.1.5~b1) stable; urgency=medium + + * Draft beta release 1.1.5 + + -- Florian Paul Azim Hoberg Fri, 27 Jun 2025 16:49:12 +0000 + proxlb (1.1.4) stable; urgency=medium * Allow pinning of guests to a group of nodes. (Closes: #245) diff --git a/proxlb/utils/version.py b/proxlb/utils/version.py index 76e2622..8075d53 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.4" +__version__ = "1.1.5b1" __url__ = "https://github.com/gyptazy/ProxLB" diff --git a/setup.py b/setup.py index 5080a27..707f4ef 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name="proxlb", - version="1.1.4", + version="1.1.5b1", 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",