summaryrefslogtreecommitdiff
path: root/lib/ansible/release.py
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2019-04-11 11:23:13 -0700
committerToshio Kuratomi <a.badger@gmail.com>2019-04-12 12:57:35 -0700
commitbc955b9d6011c432a941ce7cfee2567fa23f238b (patch)
tree49713583b31027e82ecc34f2b816dfe234616165 /lib/ansible/release.py
parenta4d0c24bbf1dfa706261877b8a81a8bed66d4b8f (diff)
downloadansible-bc955b9d6011c432a941ce7cfee2567fa23f238b.tar.gz
Cleanup the tree for post-2.8-branch
After branch, we do the following tasks: * Remove all old changelog fragments. The devel tree starts fresh. * Remove all old generated changelog info (CHANGELOG-v2.8.rst and .changes.yaml) * Set the new codename and version in release.py
Diffstat (limited to 'lib/ansible/release.py')
-rw-r--r--lib/ansible/release.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ansible/release.py b/lib/ansible/release.py
index 7ba8075fb8..548064f9ee 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.8.0a1.post0'
+__version__ = '2.9.0.dev0'
__author__ = 'Ansible, Inc.'
-__codename__ = 'How Many More Times'
+__codename__ = 'Immigrant Song'