diff options
author | Dimitri Savineau <dsavinea@redhat.com> | 2021-11-29 17:18:15 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-29 17:18:15 -0500 |
commit | 1522300cdf29ce3b59c9089262e305e416597b2d (patch) | |
tree | c7aa163b5d6ccba39750da95e5cea7690f12bafa /lib | |
parent | 3740f03b0aee9e717a5641d744ba1bf4b6b99f6f (diff) | |
download | ansible-1522300cdf29ce3b59c9089262e305e416597b2d.tar.gz |
Update Ansible release version to v2.12.1rc1.post0. (#76395)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ansible/release.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/release.py b/lib/ansible/release.py index ec0805bc23..1e4ce62730 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.12.1rc1' +__version__ = '2.12.1rc1.post0' __author__ = 'Ansible, Inc.' __codename__ = 'Dazed and Confused' |