summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorjamesmarshall24 <james.marshall@redhat.com>2022-10-10 10:27:11 -0400
committerGitHub <noreply@github.com>2022-10-10 10:27:11 -0400
commit09cf0ed123acc3aa41deea0b81ca0574ac59da65 (patch)
treea193cfa00fe84950e48983ba229ac56c0f8cebde /lib
parentdcc60165d14b4d876ba920143ae94dfdc5864e9e (diff)
downloadansible-09cf0ed123acc3aa41deea0b81ca0574ac59da65.tar.gz
New release v2.13.5 (#79075)v2.13.5
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 f21fec3dad..31b0bf374a 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.5rc1.post0'
+__version__ = '2.13.5'
__author__ = 'Ansible, Inc.'
__codename__ = "Nobody's Fault but Mine"