From bea754a3491c7a38aa53c3bec0e845acbc7f037d Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 16 Feb 2023 11:38:42 +0100 Subject: [PATCH] Version bump to 0.3.0 and dch --- debian/changelog | 9 ++++++++- lib/dpx_puppettools/__init__.py | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6753d26..ab5f824 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,11 @@ -dpx-puppettools (0.2.2) UNRELEASED; urgency=medium +dpx-puppettools (0.3.0) UNRELEASED; urgency=medium + + * Adding i18n files and scripts + * Adding all necessary files to build RPM package. + + -- Frank Brehm Thu, 16 Feb 2023 11:36:35 +0100 + +dpx-puppettools (0.2.2) all; urgency=medium * Initial * Adding scripts/functions.rc and bin/update-puppet-env diff --git a/lib/dpx_puppettools/__init__.py b/lib/dpx_puppettools/__init__.py index 7961a73..f6afad2 100644 --- a/lib/dpx_puppettools/__init__.py +++ b/lib/dpx_puppettools/__init__.py @@ -10,7 +10,7 @@ from pathlib import Path # Own modules import fb_tools.common -__version__ = '0.2.2' +__version__ = '0.3.0' MAX_PORT_NUMBER = (2 ** 16) - 1 DEFAULT_CONFIG_DIR = 'pixelpark' -- 2.39.5