mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-25 14:20:45 +00:00
prepare new release
This commit is contained in:
parent
f8c1c67e42
commit
8e5f56cd3e
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user