diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c9a139..d4a4910 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +**BREAKING RELEASE** + +Starting with this release, the support for Python 2 will be removed. If you are still working +on systems without Python 3 support, you can consider use the provided docker images. + * BREAKING * drop support for python 2.7 * FEATURE diff --git a/ansiblelater/__init__.py b/ansiblelater/__init__.py index 1e6ab0a..b1101d2 100644 --- a/ansiblelater/__init__.py +++ b/ansiblelater/__init__.py @@ -2,7 +2,7 @@ __author__ = "Robert Kaussow" __project__ = "ansible-later" -__version__ = "0.2.7" +__version__ = "0.3.0" __license__ = "MIT" __maintainer__ = "Robert Kaussow" __email__ = "mail@geeklabor.de" diff --git a/ansiblelater/data/standards.py b/ansiblelater/data/standards.py index a36aeeb..e4fd602 100644 --- a/ansiblelater/data/standards.py +++ b/ansiblelater/data/standards.py @@ -235,7 +235,7 @@ files_should_contain_document_end_marker = Standard(dict( )) ansible_min_version = "2.5" -ansible_later_min_version = "0.2.0" +ansible_later_min_version = "0.3.0" standards = [