summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorjamesmarshall24 <james.marshall@redhat.com>2022-10-03 11:53:54 -0400
committerGitHub <noreply@github.com>2022-10-03 11:53:54 -0400
commit2935773482f65fe994eef6f3f9bc1a8cf0db3f70 (patch)
treed2934e806c926dc75da184b8b645b3a6ab36ba81 /lib
parent43cfdf3822251083b00ddbd0aef1651d8741763f (diff)
downloadansible-2935773482f65fe994eef6f3f9bc1a8cf0db3f70.tar.gz
New release v2.13.5rc1 (#78937)v2.13.5rc1
Diffstat (limited to 'lib')
-rw-r--r--lib/ansible/release.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/release.py b/lib/ansible/release.py
index 964b7bc846..fef794c952 100644
--- a/lib/ansible/release.py
+++ b/lib/ansible/release.py
@@ -19,6 +19,6 @@
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
-__version__ = '2.13.4.post0'
+__version__ = '2.13.5rc1'
__author__ = 'Ansible, Inc.'
__codename__ = "Nobody's Fault but Mine"