mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-13 20:31:24 +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)
|
||||
__metaclass__ = type
|
||||
|
||||
__version__ = '2.6.0devel'
|
||||
__version__ = '2.6.0'
|
||||
__author__ = 'Ansible, Inc.'
|
||||
|
||||
Reference in New Issue
Block a user