prepare new release

This commit is contained in:
Robert Kaussow 2019-11-22 12:24:17 +01:00
parent f8c1c67e42
commit 8e5f56cd3e
3 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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"

View File

@ -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 = [