]> Frank Brehm's Git Trees - pixelpark/pp-admin-tools.git/commitdiff
Version bump to 0.8.1 and updating changelog in template.spec
authorFrank Brehm <frank.brehm@pixelpark.com>
Wed, 18 Jan 2023 11:14:31 +0000 (12:14 +0100)
committerFrank Brehm <frank.brehm@pixelpark.com>
Wed, 18 Jan 2023 11:14:31 +0000 (12:14 +0100)
lib/pp_admintools/__init__.py
template.spec

index 1a3b0bf93dadf30a48d52762988f9f62f58b1115..31f7e8d788760fa5c3cb4f2a783b7bb99ee4adf9 100644 (file)
@@ -8,7 +8,7 @@ import shutil
 # Own modules
 import fb_tools.common
 
-__version__ = '0.8.0'
+__version__ = '0.8.1'
 
 MAX_PORT_NUMBER = (2 ** 16) - 1
 DEFAULT_CONFIG_DIR = 'pixelpark'
index fd9a634c3640e039f579571b44b8c7712aff412c..85cb416447e39f6d401bc0268b08f3f07ee36a1c 100644 (file)
@@ -71,6 +71,8 @@ python@@@py_version_dot@@@ setup.py install --prefix=%{_prefix} --root=%{buildro
 /usr/libexec/pixelpark/*
 
 %changelog
+*   Wed Jan 18 2023 Frank Brehm <frank.brehm@pixelpark.com> 0.8.1-1
+-   Fixing scripts/create-pdns-zones-from-files
 *   Wed Jan 11 2023 Frank Brehm <frank.brehm@pixelpark.com> 0.8.0-1
 -   Removing lib/pp_admintools/global_version.py
 -   Adding bin/check-ldap-dn-attributes and its application module.