From: Frank Brehm Date: Tue, 19 Jul 2022 11:05:09 +0000 (+0200) Subject: Version bump to 1.6.3 and updating dependencies in setup.cfg X-Git-Tag: 1.6.8~2^2~6 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=1ee5df5cfb8d7911af5a6c22eeb5dea2d07e2e7e;p=pixelpark%2Fcreate-terraform.git Version bump to 1.6.3 and updating dependencies in setup.cfg --- 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