From 1ee5df5cfb8d7911af5a6c22eeb5dea2d07e2e7e Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Tue, 19 Jul 2022 13:05:09 +0200 Subject: [PATCH] Version bump to 1.6.3 and updating dependencies in setup.cfg --- lib/cr_tf/__init__.py | 2 +- setup.cfg | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/lib/cr_tf/__init__.py b/lib/cr_tf/__init__.py index 34bbf21..7e5dea7 100644 --- a/lib/cr_tf/__init__.py +++ b/lib/cr_tf/__init__.py @@ -1,7 +1,7 @@ #!/bin/env python3 # -*- coding: utf-8 -*- -__version__ = '1.6.2' +__version__ = '1.6.3' MIN_VERSION_TERRAFORM = '1.0.5' MAX_VERSION_TERRAFORM = '1.3.0' diff --git a/setup.cfg b/setup.cfg index 881857a..a9b7859 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,9 +15,10 @@ classifiers = Natural Language :: English Natural Language :: German Operating System :: POSIX :: Linux - Programming Language :: Python :: 3.5 Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 + Programming Language :: Python :: 3.8 + Programming Language :: Python :: 3.9 Topic :: System :: Systems Administration [options] @@ -32,7 +33,9 @@ install_requires = six pytz dnspython - fb_tools + fb-tools + fb-pdnstools + fb-vmware setup_requires = Babel -- 2.39.5