summaryrefslogtreecommitdiff
path: root/lib/ansible/release.py
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2023-04-25 17:29:44 -0500
committerGitHub <noreply@github.com>2023-04-25 17:29:44 -0500
commit96c1a9346c3525c3bff536aa1ffb39f53a060b62 (patch)
treed17613d92c51279bdd2f73b9290e7b53d2253e33 /lib/ansible/release.py
parent67c6f75c9d1853c4e231155a542104852b7cb4a2 (diff)
downloadansible-2.15.0rc1.tar.gz
New release v2.15.0rc1 (#80639)v2.15.0rc1
Diffstat (limited to 'lib/ansible/release.py')
-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 28f8536c93..74a756f67f 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.15.0b3.post0'
+__version__ = '2.15.0rc1'
__author__ = 'Ansible, Inc.'
__codename__ = "Ten Years Gone"