mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Fix version in lib/ansible/release.py
Including `devel` in the version causes pip failures.
This commit is contained in:
@@ -19,5 +19,5 @@
|
|||||||
from __future__ import (absolute_import, division, print_function)
|
from __future__ import (absolute_import, division, print_function)
|
||||||
__metaclass__ = type
|
__metaclass__ = type
|
||||||
|
|
||||||
__version__ = '2.6.0devel'
|
__version__ = '2.6.0'
|
||||||
__author__ = 'Ansible, Inc.'
|
__author__ = 'Ansible, Inc.'
|
||||||
|
|||||||
Reference in New Issue
Block a user